Html Css Color HEX #373BCC Free Speech Blue

📋 copy color: '#373BCC'

red 55 ◦ green 59 ◦ blue 204

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

Shades of Free Speech Blue #373BCC

Tints of Free Speech Blue #373BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 17.3%
G = 18.55%
B = 64.15%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#373BCC (or 0x373BCC) is known color: Free Speech Blue. HEX triplet: 37, 3B and CC. RGB value is (55,59,204). Sum of RGB (Red+Green+Blue) = 55+59+204=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #373BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BCC is #C8C433. Grayscale: #494949. Windows color (decimal): -13157428 or 13384503. OLE color: 13384503.

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

Color convert

RGB 55 59 204 -
CMYK 0.73 0.71 0 0.2
HSL 238.39º 0.59% 0.51% -
HSV(B) 238.39º 0.73% 0.8% -
XYZ 14.04 8.3 57.99 -
YUV 74.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 55 59 204 0.73 0.71 0 0.2 238.39 0.59 0.51
Hex 37 3B CC 49 47 0 14 EE 3B 33
Octal 67 73 314 111 107 0 24 356 73 63
Binary 110111 111011 11001100 1001001 1000111 0 10100 11101110 111011 110011

Color Harmonies of #373BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BCC

Black with #373BCC

Text Example


Text Example

White with #373BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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