COLOR #3253B3

HEX: #3253B3
RGB: (50,83,179)

Color info

#3253B3 contains mainly blue color. Web safe color of #3253B3 is #336699 (or #369).

RGB color model

#3253B3 color RGB value is (50,83,179).

  • red value is 50;
  • green value is 83;
  • blue value is 179.
RGB:
(50,83,179)
(20%,33%,70%)

RGB channels and saturation

R 50 of 255 = 20%
G 83 of 255 = 33%
B 179 of 255 = 70%

50
83
179

R + G + B ~ 41%. #3253B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 83 + 179 = 312 (100%)
R 50 of 312 ~ 16.03%
G 83 of 312 ~ 26.6%
B 179 of 312 ~ 57.37%

%16.03
%26.6
%57.37

CMYK color model

#3253B3 color CMYK value is (72,54,0,30).

  • cyan value is 72.07%
  • magenta value is 53.63%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(72,54,0,30)
C72M54Y0K30 
(72%,54%,0%,30%)
(0.72/0.54/0.00/0.30)	

CMYK percentages

%72.07
%53.63
%0
%29.8

Codes

Color #3253B3 in popluar color models

3253B3
RGB5083179
HSL225°56.33%44.90%
HSB/HSV225°72.07%70.20%
CMYK72.07%53.63%0.00%
29.80%

Color #3253B3 in popluar number systems.

HEX3253B3
Decimal5083179
Binary110010101001110110011
Octal62123263

Shades and tints

Shades of #3253B3

#3253B3
(50,83,179)
#2E4CA3
(46,76,163)
#2A4593
(42,69,147)
#263E83
(38,62,131)
#223773
(34,55,115)
#1E3063
(30,48,99)
#1A2953
(26,41,83)
#162243
(22,34,67)
#121B33
(18,27,51)
#0E1423
(14,20,35)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #3253B3

#3253B3
(50,83,179)
#4462B9
(68,98,185)
#5671BF
(86,113,191)
#6880C5
(104,128,197)
#7A8FCB
(122,143,203)
#8C9ED1
(140,158,209)
#9EADD7
(158,173,215)
#B0BCDD
(176,188,221)
#C2CBE3
(194,203,227)
#D4DAE9
(212,218,233)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3253B3 color. Also use rgb(50,83,179) instead hex code.

Text Font Color

.myTextColor { color: #3253B3; }

<p style="color:#3253B3">This sample text font color is #3253B3.</p>

This text font color is #3253B3.


Background Color

.myBgColor { background-color: #3253B3; }

<div style="background-color:#3253B3">Inner text</div>

This div background color is #3253B3.


Border color

.myBorderColor { border: 1px solid #3253B3; }

<div style="border:3px solid #3253B3">Div</div>

This div border color is #3253B3.


Opacity

.myOpacity80 { color: #3253B3; opacity: 0.8; }

<p style="color:#3253B3;opacity:0.8;">80%</p>

Text with #3253B3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3253B3;}

<p style="text-shadow: 3px 3px 1px #3253B3">Text here.</p>

This text has shadow with #3253B3 color.

.textShadow {text-shadow: 3px 3px 1px #3253B3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3253B3, 5px 5px 20px red">Text here.</p>

This text has shadow with #3253B3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3253B3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3253B3, Direction=45, Strength=4)">Text</p>

This text has shadow with #3253B3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3253B3;
  -webkit-box-shadow:	1px 1px 3px 2px #3253B3;
  box-shadow:		1px 1px 3px 2px #3253B3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3253B3;
-webkit-box-shadow: 1px 1px 3px 2px #3253B3;
box-shadow:1px 1px 3px 2px #3253B3;">
Div content here</div>
This div box has shadow with color #3253B3.

Preview

Color preview on black background

This text has color #3253B3 on black background.


Color preview on white background

This text has color #3253B3 on white background.



Black color preview on #3253B3 background

This text has black color on #3253B3 background.


White color preview on #3253B3 background

This text has white color on #3253B3 background.