Html Css Color HEX #374DCC Free Speech Blue

📋 copy color: '#374DCC'

red 55 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #374DCC

Tints of Free Speech Blue #374DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

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

R = 16.37%
G = 22.92%
B = 60.71%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#374DCC (or 0x374DCC) is known color: Free Speech Blue. HEX triplet: 37, 4D and CC. RGB value is (55,77,204). Sum of RGB (Red+Green+Blue) = 55+77+204=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #374DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DCC is #C8B233. Grayscale: #545454. Windows color (decimal): -13152820 or 13389111. OLE color: 13389111.

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

Color convert

RGB 55 77 204 -
CMYK 0.73 0.62 0 0.2
HSL 231.14º 0.59% 0.51% -
HSV(B) 231.14º 0.73% 0.8% -
XYZ 15.13 10.48 58.35 -
YUV 84.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 55 77 204 0.73 0.62 0 0.2 231.14 0.59 0.51
Hex 37 4D CC 49 3E 0 14 E7 3B 33
Octal 67 115 314 111 76 0 24 347 73 63
Binary 110111 1001101 11001100 1001001 111110 0 10100 11100111 111011 110011

Color Harmonies of #374DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DCC

Black with #374DCC

Text Example


Text Example

White with #374DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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