#3742D6

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

Shades of Free Speech Blue #3742D6

Tints of Free Speech Blue #3742D6

Color information

#3742D6 (or 0x3742D6) is unknown color: approx Free Speech Blue. HEX triplet: 37, 42 and D6. RGB value is (55,66,214). Sum of RGB (Red+Green+Blue) = 55+66+214=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #3742D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742D6 is #C8BD29. Grayscale: #4E4E4E. Windows color (decimal): -13155626 or 14041655. OLE color: 14041655.

HSL color Cylindrical-coordinate representation of color #3742D6: hue angle of 235.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3742D6 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5566214-
CMYK0.740.6900.16
HSL235.85º65.98%52.75%-
HSV(B)235.85º74.3%83.92%-
XYZ15.669.5664.64-
YUV79.58203.86110.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 214 (83.98% from 255) = 63.88%
R=16.42%
G=19.70%
B=63.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55662140.740.6900.16235.8565.9852.75
Hex3742D64A45010ec4235
Octal6710232611210502035410265
Binary11011110000101101011010010101000101010000111011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3742D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3742D6; }

 p { color: rgb(55,66,214); }

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

<style>
 a { background-color: #3742D6; }

 a { background-color: rgb(55,66,214); }

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

<style>
 span { border-color: #3742D6; }

 span { border-color: rgb(55,66,214); }

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