#3741D6

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

Shades of Free Speech Blue #3741D6

Tints of Free Speech Blue #3741D6

Color information

#3741D6 (or 0x3741D6) is unknown color: approx Free Speech Blue. HEX triplet: 37, 41 and D6. RGB value is (55,65,214). Sum of RGB (Red+Green+Blue) = 55+65+214=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #3741D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3741D6 is #C8BE29. Grayscale: #4E4E4E. Windows color (decimal): -13155882 or 14041399. OLE color: 14041399.

HSL color Cylindrical-coordinate representation of color #3741D6: hue angle of 236.23º 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 #3741D6 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5565214-
CMYK0.740.7000.16
HSL236.23º65.98%52.75%-
HSV(B)236.23º74.3%83.92%-
XYZ15.69.4564.62-
YUV79204.19110.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 214 (83.98% from 255) = 64.07%
R=16.47%
G=19.46%
B=64.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55652140.740.7000.16236.2365.9852.75
Hex3741D64A46010ec4235
Octal6710132611210602035410265
Binary11011110000011101011010010101000110010000111011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3741D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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