Html Css Color HEX #372BAC Blue Gem

📋 copy color: '#372BAC'

red 55 ◦ green 43 ◦ blue 172

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

Shades of Blue Gem #372BAC

Tints of Blue Gem #372BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 20.37%
G = 15.93%
B = 63.7%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#372BAC (or 0x372BAC) is known color: Blue Gem. HEX triplet: 37, 2B and AC. RGB value is (55,43,172). Sum of RGB (Red+Green+Blue) = 55+43+172=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #372BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372BAC is #C8D453. Grayscale: #3C3C3C. Windows color (decimal): -13161556 or 11283255. OLE color: 11283255.

HSL color Cylindrical-coordinate representation of color #372BAC: hue angle of 245.58º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372BAC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 43 172 -
CMYK 0.68 0.75 0 0.33
HSL 245.58º 0.6% 0.42% -
HSV(B) 245.58º 0.75% 0.67% -
XYZ 9.89 5.52 39.57 -
YUV 61.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 55 43 172 0.68 0.75 0 0.33 245.58 0.6 0.42
Hex 37 2B AC 44 4B 0 21 F6 3C 2A
Octal 67 53 254 104 113 0 41 366 74 52
Binary 110111 101011 10101100 1000100 1001011 0 100001 11110110 111100 101010

Color Harmonies of #372BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BAC

Black with #372BAC

Text Example


Text Example

White with #372BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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