Html Css Color HEX #373CC0 Free Speech Blue

📋 copy color: '#373CC0'

red 55 ◦ green 60 ◦ blue 192

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

Shades of Free Speech Blue #373CC0

Tints of Free Speech Blue #373CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 17.92%
G = 19.54%
B = 62.54%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#373CC0 (or 0x373CC0) is known color: Free Speech Blue. HEX triplet: 37, 3C and C0. RGB value is (55,60,192). Sum of RGB (Red+Green+Blue) = 55+60+192=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #373CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CC0 is #C8C33F. Grayscale: #494949. Windows color (decimal): -13157184 or 12598327. OLE color: 12598327.

HSL color Cylindrical-coordinate representation of color #373CC0: hue angle of 237.81º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373CC0 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 60 192 -
CMYK 0.71 0.69 0 0.25
HSL 237.81º 0.55% 0.48% -
HSV(B) 237.81º 0.71% 0.75% -
XYZ 12.71 7.85 50.71 -
YUV 73.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 55 60 192 0.71 0.69 0 0.25 237.81 0.55 0.48
Hex 37 3C C0 47 45 0 19 EE 37 30
Octal 67 74 300 107 105 0 31 356 67 60
Binary 110111 111100 11000000 1000111 1000101 0 11001 11101110 110111 110000

Color Harmonies of #373CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CC0

Black with #373CC0

Text Example


Text Example

White with #373CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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