Html Css Color HEX #372BA0 Blue Gem

📋 copy color: '#372BA0'

red 55 ◦ green 43 ◦ blue 160

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

Shades of Blue Gem #372BA0

Tints of Blue Gem #372BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

 BLUE value IS 160 (62.89% from 255) = 62.02%

R = 21.32%
G = 16.67%
B = 62.02%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#372BA0 (or 0x372BA0) is known color: Blue Gem. HEX triplet: 37, 2B and A0. RGB value is (55,43,160). Sum of RGB (Red+Green+Blue) = 55+43+160=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #372BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372BA0 is #C8D45F. Grayscale: #3B3B3B. Windows color (decimal): -13161568 or 10496823. OLE color: 10496823.

HSL color Cylindrical-coordinate representation of color #372BA0: hue angle of 246.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372BA0 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 43 160 -
CMYK 0.66 0.73 0 0.37
HSL 246.15º 0.58% 0.4% -
HSV(B) 246.15º 0.73% 0.63% -
XYZ 8.78 5.08 33.77 -
YUV 59.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 55 43 160 0.66 0.73 0 0.37 246.15 0.58 0.4
Hex 37 2B A0 42 49 0 25 F6 3A 28
Octal 67 53 240 102 111 0 45 366 72 50
Binary 110111 101011 10100000 1000010 1001001 0 100101 11110110 111010 101000

Color Harmonies of #372BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BA0

Black with #372BA0

Text Example


Text Example

White with #372BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372BA0; }

 p { color: rgb(55,43,160); }

 H1.HeaderClassName
 {
   color: #372BA0;
 }
 .AnyTagClassName
 {
   color: #372BA0;
 }
</style>

background-color css

<style>
 a { background-color: #372BA0; }

 a { background-color: rgb(55,43,160); }

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

border-color css

<style>
 span { border-color: #372BA0; }

 span { border-color: rgb(55,43,160); }

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