Html Css Color HEX #372AAA Blue Gem

📋 copy color: '#372AAA'

red 55 ◦ green 42 ◦ blue 170

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

Shades of Blue Gem #372AAA

Tints of Blue Gem #372AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

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

R = 20.6%
G = 15.73%
B = 63.67%

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

#372AAA (or 0x372AAA) is known color: Blue Gem. HEX triplet: 37, 2A and AA. RGB value is (55,42,170). Sum of RGB (Red+Green+Blue) = 55+42+170=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #372AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372AAA is #C8D555. Grayscale: #3B3B3B. Windows color (decimal): -13161814 or 11151927. OLE color: 11151927.

HSL color Cylindrical-coordinate representation of color #372AAA: hue angle of 246.09º 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 #372AAA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 42 170 -
CMYK 0.68 0.75 0 0.33
HSL 246.09º 0.6% 0.42% -
HSV(B) 246.09º 0.75% 0.67% -
XYZ 9.66 5.37 38.56 -
YUV 60.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 55 42 170 0.68 0.75 0 0.33 246.09 0.6 0.42
Hex 37 2A AA 44 4B 0 21 F6 3C 2A
Octal 67 52 252 104 113 0 41 366 74 52
Binary 110111 101010 10101010 1000100 1001011 0 100001 11110110 111100 101010

Color Harmonies of #372AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372AAA

Black with #372AAA

Text Example


Text Example

White with #372AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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