Html Css Color HEX #372299 Blue Gem

📋 copy color: '#372299'

red 55 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #372299

Tints of Blue Gem #372299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 22.73%
G = 14.05%
B = 63.22%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#372299 (or 0x372299) is known color: Blue Gem. HEX triplet: 37, 22 and 99. RGB value is (55,34,153). Sum of RGB (Red+Green+Blue) = 55+34+153=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #372299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372299 is #C8DD66. Grayscale: #353535. Windows color (decimal): -13163879 or 10035767. OLE color: 10035767.

HSL color Cylindrical-coordinate representation of color #372299: hue angle of 250.59º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372299 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 34 153 -
CMYK 0.64 0.78 0 0.4
HSL 250.59º 0.64% 0.37% -
HSV(B) 250.59º 0.78% 0.6% -
XYZ 7.9 4.26 30.54 -
YUV 53.85 183.96 128.82 -
System Red Green Blue C M Y K H S L
Decimal 55 34 153 0.64 0.78 0 0.4 250.59 0.64 0.37
Hex 37 22 99 40 4E 0 28 FB 40 25
Octal 67 42 231 100 116 0 50 373 100 45
Binary 110111 100010 10011001 1000000 1001110 0 101000 11111011 1000000 100101

Color Harmonies of #372299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372299

Black with #372299

Text Example


Text Example

White with #372299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372299; }

 p { color: rgb(55,34,153); }

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

background-color css

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

 a { background-color: rgb(55,34,153); }

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

border-color css

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

 span { border-color: rgb(55,34,153); }

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