Html Css Color HEX #372FAA Blue Gem

📋 copy color: '#372FAA'

red 55 ◦ green 47 ◦ blue 170

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

Shades of Blue Gem #372FAA

Tints of Blue Gem #372FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 20.22%
G = 17.28%
B = 62.5%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#372FAA (or 0x372FAA) is known color: Blue Gem. HEX triplet: 37, 2F and AA. RGB value is (55,47,170). Sum of RGB (Red+Green+Blue) = 55+47+170=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #372FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FAA is #C8D055. Grayscale: #3E3E3E. Windows color (decimal): -13160534 or 11153207. OLE color: 11153207.

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

Color convert

RGB 55 47 170 -
CMYK 0.68 0.72 0 0.33
HSL 243.9º 0.57% 0.43% -
HSV(B) 243.9º 0.72% 0.67% -
XYZ 9.85 5.75 38.62 -
YUV 63.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 55 47 170 0.68 0.72 0 0.33 243.9 0.57 0.43
Hex 37 2F AA 44 48 0 21 F4 39 2B
Octal 67 57 252 104 110 0 41 364 71 53
Binary 110111 101111 10101010 1000100 1001000 0 100001 11110100 111001 101011

Color Harmonies of #372FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FAA

Black with #372FAA

Text Example


Text Example

White with #372FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,170); }

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

background-color css

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

 a { background-color: rgb(55,47,170); }

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

border-color css

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

 span { border-color: rgb(55,47,170); }

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