Html Css Color HEX #375ECC Free Speech Blue

📋 copy color: '#375ECC'

red 55 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #375ECC

Tints of Free Speech Blue #375ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 15.58%
G = 26.63%
B = 57.79%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#375ECC (or 0x375ECC) is known color: Free Speech Blue. HEX triplet: 37, 5E and CC. RGB value is (55,94,204). Sum of RGB (Red+Green+Blue) = 55+94+204=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #375ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ECC is #C8A133. Grayscale: #5E5E5E. Windows color (decimal): -13148468 or 13393463. OLE color: 13393463.

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

Color convert

RGB 55 94 204 -
CMYK 0.73 0.54 0 0.2
HSL 224.3º 0.59% 0.51% -
HSV(B) 224.3º 0.73% 0.8% -
XYZ 16.48 13.18 58.8 -
YUV 94.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 55 94 204 0.73 0.54 0 0.2 224.3 0.59 0.51
Hex 37 5E CC 49 36 0 14 E0 3B 33
Octal 67 136 314 111 66 0 24 340 73 63
Binary 110111 1011110 11001100 1001001 110110 0 10100 11100000 111011 110011

Color Harmonies of #375ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375ECC

Black with #375ECC

Text Example


Text Example

White with #375ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375ECC; }

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

 H1.HeaderClassName
 {
   color: #375ECC;
 }
 .AnyTagClassName
 {
   color: #375ECC;
 }
</style>

background-color css

<style>
 a { background-color: #375ECC; }

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

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

border-color css

<style>
 span { border-color: #375ECC; }

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

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