#3E4CBB

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

Shades of Free Speech Blue #3E4CBB

Tints of Free Speech Blue #3E4CBB

Color information

#3E4CBB (or 0x3E4CBB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4C and BB. RGB value is (62,76,187). Sum of RGB (Red+Green+Blue) = 62+76+187=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E4CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4CBB is #C1B344. Grayscale: #545454. Windows color (decimal): -12694341 or 12274750. OLE color: 12274750.

HSL color Cylindrical-coordinate representation of color #3E4CBB: hue angle of 233.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4CBB is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6276187-
CMYK0.670.5900.27
HSL233.28º50.2%48.82%-
HSV(B)233.28º66.84%73.33%-
XYZ13.549.7848.19-
YUV84.47185.86111.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=19.08%
G=23.38%
B=57.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62761870.670.5900.27233.2850.248.82
Hex3E4CBB433B01Be93231
Octal76114273103730333516261
Binary111110100110010111011100001111101101101111101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,187); }

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

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

 a { background-color: rgb(62,76,187); }

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

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

 span { border-color: rgb(62,76,187); }

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