Html Css Color HEX #373DCC Free Speech Blue

📋 copy color: '#373DCC'

red 55 ◦ green 61 ◦ blue 204

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

Shades of Free Speech Blue #373DCC

Tints of Free Speech Blue #373DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 17.19%
G = 19.06%
B = 63.75%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#373DCC (or 0x373DCC) is known color: Free Speech Blue. HEX triplet: 37, 3D and CC. RGB value is (55,61,204). Sum of RGB (Red+Green+Blue) = 55+61+204=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #373DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DCC is #C8C233. Grayscale: #4A4A4A. Windows color (decimal): -13156916 or 13385015. OLE color: 13385015.

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

Color convert

RGB 55 61 204 -
CMYK 0.73 0.70 0 0.2
HSL 237.58º 0.59% 0.51% -
HSV(B) 237.58º 0.73% 0.8% -
XYZ 14.14 8.51 58.02 -
YUV 75.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 55 61 204 0.73 0.70 0 0.2 237.58 0.59 0.51
Hex 37 3D CC 49 46 0 14 EE 3B 33
Octal 67 75 314 111 106 0 24 356 73 63
Binary 110111 111101 11001100 1001001 1000110 0 10100 11101110 111011 110011

Color Harmonies of #373DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DCC

Black with #373DCC

Text Example


Text Example

White with #373DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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