#3E54D6

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

Shades of Free Speech Blue #3E54D6

Tints of Free Speech Blue #3E54D6

Color information

#3E54D6 (or 0x3E54D6) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 54 and D6. RGB value is (62,84,214). Sum of RGB (Red+Green+Blue) = 62+84+214=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #3E54D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E54D6 is #C1AB29. Grayscale: #5B5B5B. Windows color (decimal): -12692266 or 14046270. OLE color: 14046270.

HSL color Cylindrical-coordinate representation of color #3E54D6: hue angle of 231.32º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E54D6 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6284214-
CMYK0.710.6100.16
HSL231.32º64.96%54.12%-
HSV(B)231.32º71.03%83.92%-
XYZ17.2912.2265.07-
YUV92.24196.71106.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.22%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 214 (83.98% from 255) = 59.44%
R=17.22%
G=23.33%
B=59.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62842140.710.6100.16231.3264.9654.12
Hex3E54D6473D010e74136
Octal761243261077502034710166
Binary1111101010100110101101000111111101010000111001111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E54D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,84,214); }

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

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

 a { background-color: rgb(62,84,214); }

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

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

 span { border-color: rgb(62,84,214); }

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