Html Css Color HEX #374CCC Free Speech Blue

📋 copy color: '#374CCC'

red 55 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #374CCC

Tints of Free Speech Blue #374CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 16.42%
G = 22.69%
B = 60.9%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#374CCC (or 0x374CCC) is known color: Free Speech Blue. HEX triplet: 37, 4C and CC. RGB value is (55,76,204). Sum of RGB (Red+Green+Blue) = 55+76+204=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #374CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CCC is #C8B333. Grayscale: #535353. Windows color (decimal): -13153076 or 13388855. OLE color: 13388855.

HSL color Cylindrical-coordinate representation of color #374CCC: hue angle of 231.54º 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 #374CCC is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 76 204 -
CMYK 0.73 0.63 0 0.2
HSL 231.54º 0.59% 0.51% -
HSV(B) 231.54º 0.73% 0.8% -
XYZ 15.06 10.34 58.33 -
YUV 84.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 55 76 204 0.73 0.63 0 0.2 231.54 0.59 0.51
Hex 37 4C CC 49 3F 0 14 E8 3B 33
Octal 67 114 314 111 77 0 24 350 73 63
Binary 110111 1001100 11001100 1001001 111111 0 10100 11101000 111011 110011

Color Harmonies of #374CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CCC

Black with #374CCC

Text Example


Text Example

White with #374CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374CCC; }

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

 H1.HeaderClassName
 {
   color: #374CCC;
 }
 .AnyTagClassName
 {
   color: #374CCC;
 }
</style>

background-color css

<style>
 a { background-color: #374CCC; }

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

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

border-color css

<style>
 span { border-color: #374CCC; }

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

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