Html Css Color HEX #37229F Blue Gem

📋 copy color: '#37229F'

red 55 ◦ green 34 ◦ blue 159

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

Shades of Blue Gem #37229F

Tints of Blue Gem #37229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.11%

R = 22.18%
G = 13.71%
B = 64.11%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37229F (or 0x37229F) is known color: Blue Gem. HEX triplet: 37, 22 and 9F. RGB value is (55,34,159). Sum of RGB (Red+Green+Blue) = 55+34+159=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #37229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37229F is #C8DD60. Grayscale: #363636. Windows color (decimal): -13163873 or 10428983. OLE color: 10428983.

HSL color Cylindrical-coordinate representation of color #37229F: hue angle of 250.08º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37229F is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 34 159 -
CMYK 0.65 0.79 0 0.38
HSL 250.08º 0.65% 0.38% -
HSV(B) 250.08º 0.79% 0.62% -
XYZ 8.41 4.46 33.22 -
YUV 54.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 55 34 159 0.65 0.79 0 0.38 250.08 0.65 0.38
Hex 37 22 9F 41 4F 0 26 FA 41 26
Octal 67 42 237 101 117 0 46 372 101 46
Binary 110111 100010 10011111 1000001 1001111 0 100110 11111010 1000001 100110

Color Harmonies of #37229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37229F

Black with #37229F

Text Example


Text Example

White with #37229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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