Html Css Color HEX #374BCC Free Speech Blue

📋 copy color: '#374BCC'

red 55 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #374BCC

Tints of Free Speech Blue #374BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

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

R = 16.47%
G = 22.46%
B = 61.08%

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

#374BCC (or 0x374BCC) is known color: Free Speech Blue. HEX triplet: 37, 4B and CC. RGB value is (55,75,204). Sum of RGB (Red+Green+Blue) = 55+75+204=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #374BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BCC is #C8B433. Grayscale: #535353. Windows color (decimal): -13153332 or 13388599. OLE color: 13388599.

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

Color convert

RGB 55 75 204 -
CMYK 0.73 0.63 0 0.2
HSL 231.95º 0.59% 0.51% -
HSV(B) 231.95º 0.73% 0.8% -
XYZ 14.99 10.2 58.31 -
YUV 83.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 55 75 204 0.73 0.63 0 0.2 231.95 0.59 0.51
Hex 37 4B CC 49 3F 0 14 E8 3B 33
Octal 67 113 314 111 77 0 24 350 73 63
Binary 110111 1001011 11001100 1001001 111111 0 10100 11101000 111011 110011

Color Harmonies of #374BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BCC

Black with #374BCC

Text Example


Text Example

White with #374BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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