Html Css Color HEX #374DC8 Free Speech Blue

📋 copy color: '#374DC8'

red 55 ◦ green 77 ◦ blue 200

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

Shades of Free Speech Blue #374DC8

Tints of Free Speech Blue #374DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.24%

R = 16.57%
G = 23.19%
B = 60.24%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#374DC8 (or 0x374DC8) is known color: Free Speech Blue. HEX triplet: 37, 4D and C8. RGB value is (55,77,200). Sum of RGB (Red+Green+Blue) = 55+77+200=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 200 (78.52% from 255 or 60.24% from 332); Max value from RGB is 200 - color contains mainly: blue. Hex color #374DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DC8 is #C8B237. Grayscale: #535353. Windows color (decimal): -13152824 or 13126967. OLE color: 13126967.

HSL color Cylindrical-coordinate representation of color #374DC8: hue angle of 230.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374DC8 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 77 200 -
CMYK 0.72 0.62 0 0.22
HSL 230.9º 0.57% 0.5% -
HSV(B) 230.9º 0.73% 0.78% -
XYZ 14.65 10.29 55.86 -
YUV 84.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 55 77 200 0.72 0.62 0 0.22 230.9 0.57 0.5
Hex 37 4D C8 48 3E 0 16 E7 39 32
Octal 67 115 310 110 76 0 26 347 71 62
Binary 110111 1001101 11001000 1001000 111110 0 10110 11100111 111001 110010

Color Harmonies of #374DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DC8

Black with #374DC8

Text Example


Text Example

White with #374DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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