Html Css Color HEX #373FCC Free Speech Blue

📋 copy color: '#373FCC'

red 55 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #373FCC

Tints of Free Speech Blue #373FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 17.08%
G = 19.57%
B = 63.35%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#373FCC (or 0x373FCC) is known color: Free Speech Blue. HEX triplet: 37, 3F and CC. RGB value is (55,63,204). Sum of RGB (Red+Green+Blue) = 55+63+204=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #373FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FCC is #C8C033. Grayscale: #4C4C4C. Windows color (decimal): -13156404 or 13385527. OLE color: 13385527.

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

Color convert

RGB 55 63 204 -
CMYK 0.73 0.69 0 0.2
HSL 236.78º 0.59% 0.51% -
HSV(B) 236.78º 0.73% 0.8% -
XYZ 14.25 8.73 58.06 -
YUV 76.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 55 63 204 0.73 0.69 0 0.2 236.78 0.59 0.51
Hex 37 3F CC 49 45 0 14 ED 3B 33
Octal 67 77 314 111 105 0 24 355 73 63
Binary 110111 111111 11001100 1001001 1000101 0 10100 11101101 111011 110011

Color Harmonies of #373FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373FCC

Black with #373FCC

Text Example


Text Example

White with #373FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373FCC; }

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

 H1.HeaderClassName
 {
   color: #373FCC;
 }
 .AnyTagClassName
 {
   color: #373FCC;
 }
</style>

background-color css

<style>
 a { background-color: #373FCC; }

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

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

border-color css

<style>
 span { border-color: #373FCC; }

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

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