Html Css Color HEX #373CC5 Free Speech Blue

📋 copy color: '#373CC5'

red 55 ◦ green 60 ◦ blue 197

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

Shades of Free Speech Blue #373CC5

Tints of Free Speech Blue #373CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

 BLUE value IS 197 (77.34% from 255) = 63.14%

R = 17.63%
G = 19.23%
B = 63.14%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#373CC5 (or 0x373CC5) is known color: Free Speech Blue. HEX triplet: 37, 3C and C5. RGB value is (55,60,197). Sum of RGB (Red+Green+Blue) = 55+60+197=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #373CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CC5 is #C8C33A. Grayscale: #494949. Windows color (decimal): -13157179 or 12926007. OLE color: 12926007.

HSL color Cylindrical-coordinate representation of color #373CC5: hue angle of 237.89º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373CC5 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 55 60 197 -
CMYK 0.72 0.70 0 0.23
HSL 237.89º 0.56% 0.49% -
HSV(B) 237.89º 0.72% 0.77% -
XYZ 13.27 8.08 53.68 -
YUV 74.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 55 60 197 0.72 0.70 0 0.23 237.89 0.56 0.49
Hex 37 3C C5 48 46 0 17 EE 38 31
Octal 67 74 305 110 106 0 27 356 70 61
Binary 110111 111100 11000101 1001000 1000110 0 10111 11101110 111000 110001

Color Harmonies of #373CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CC5

Black with #373CC5

Text Example


Text Example

White with #373CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,197); }

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

background-color css

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

 a { background-color: rgb(55,60,197); }

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

border-color css

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

 span { border-color: rgb(55,60,197); }

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