Html Css Color HEX #37239F Blue Gem

📋 copy color: '#37239F'

red 55 ◦ green 35 ◦ blue 159

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

Shades of Blue Gem #37239F

Tints of Blue Gem #37239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 22.09%
G = 14.06%
B = 63.86%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37239F (or 0x37239F) is known color: Blue Gem. HEX triplet: 37, 23 and 9F. RGB value is (55,35,159). Sum of RGB (Red+Green+Blue) = 55+35+159=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #37239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37239F is #C8DC60. Grayscale: #363636. Windows color (decimal): -13163617 or 10429239. OLE color: 10429239.

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

Color convert

RGB 55 35 159 -
CMYK 0.65 0.78 0 0.38
HSL 249.68º 0.64% 0.38% -
HSV(B) 249.68º 0.78% 0.62% -
XYZ 8.43 4.52 33.23 -
YUV 55.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 55 35 159 0.65 0.78 0 0.38 249.68 0.64 0.38
Hex 37 23 9F 41 4E 0 26 FA 40 26
Octal 67 43 237 101 116 0 46 372 100 46
Binary 110111 100011 10011111 1000001 1001110 0 100110 11111010 1000000 100110

Color Harmonies of #37239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37239F

Black with #37239F

Text Example


Text Example

White with #37239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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