#3E4DB3

Color #3E4DB3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E4DB3

Tints of Free Speech Blue #3E4DB3

Color information

#3E4DB3 (or 0x3E4DB3) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4D and B3. RGB value is (62,77,179). Sum of RGB (Red+Green+Blue) = 62+77+179=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E4DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DB3 is #C1B24C. Grayscale: #535353. Windows color (decimal): -12694093 or 11750718. OLE color: 11750718.

HSL color Cylindrical-coordinate representation of color #3E4DB3: hue angle of 232.31º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E4DB3 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6277179-
CMYK0.650.5700.30
HSL232.31º48.55%47.25%-
HSV(B)232.31º65.36%70.2%-
XYZ12.789.5943.82-
YUV84.14181.53112.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 19.50%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 179 (70.31% from 255) = 56.29%
R=19.50%
G=24.21%
B=56.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal62771790.650.5700.30232.3148.5547.25
Hex3E4DB3413901Ee8312f
Octal76115263101710363506157
Binary111110100110110110011100000111100101111011101000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4DB3; }

 p { color: rgb(62,77,179); }

 H1.HeaderClassName
 {
   color: #3E4DB3;
 }
 .AnyTagClassName
 {
   color: #3E4DB3;
 }
</style>
background-color css

<style>
 a { background-color: #3E4DB3; }

 a { background-color: rgb(62,77,179); }

 div.DivClassName
 {
   background-color: #3E4DB3;
 }
 .BgClassName
 {
   background-color: #3E4DB3;
 }
</style>
border-color css

<style>
 span { border-color: #3E4DB3; }

 span { border-color: rgb(62,77,179); }

 td.TdClassName
 {
   border-color: #3E4DB3;
 }
 .TagClassName
 {
   border-color: #3E4DB3;
 }
</style>