Html Css Color HEX #3742CC Free Speech Blue

📋 copy color: '#3742CC'

red 55 ◦ green 66 ◦ blue 204

#3742CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3742CC

Tints of Free Speech Blue #3742CC

RGB

 RED value IS 55 (21.88% from 255) = 16.92%

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 16.92%
G = 20.31%
B = 62.77%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3742CC (or 0x3742CC) is known color: Free Speech Blue. HEX triplet: 37, 42 and CC. RGB value is (55,66,204). Sum of RGB (Red+Green+Blue) = 55+66+204=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #3742CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742CC is #C8BD33. Grayscale: #4D4D4D. Windows color (decimal): -13155636 or 13386295. OLE color: 13386295.

HSL color Cylindrical-coordinate representation of color #3742CC: hue angle of 235.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3742CC is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 66 204 -
CMYK 0.73 0.68 0 0.2
HSL 235.57º 0.59% 0.51% -
HSV(B) 235.57º 0.73% 0.8% -
XYZ 14.42 9.07 58.12 -
YUV 78.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 55 66 204 0.73 0.68 0 0.2 235.57 0.59 0.51
Hex 37 42 CC 49 44 0 14 EC 3B 33
Octal 67 102 314 111 104 0 24 354 73 63
Binary 110111 1000010 11001100 1001001 1000100 0 10100 11101100 111011 110011

Color Harmonies of #3742CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742CC

Black with #3742CC

Text Example


Text Example

White with #3742CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3742CC;
 }
 .AnyTagClassName
 {
   color: #3742CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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