Html Css Color HEX #37239B Blue Gem

📋 copy color: '#37239B'

red 55 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #37239B

Tints of Blue Gem #37239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 22.45%
G = 14.29%
B = 63.27%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37239B (or 0x37239B) is known color: Blue Gem. HEX triplet: 37, 23 and 9B. RGB value is (55,35,155). Sum of RGB (Red+Green+Blue) = 55+35+155=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #37239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37239B is #C8DC64. Grayscale: #363636. Windows color (decimal): -13163621 or 10167095. OLE color: 10167095.

HSL color Cylindrical-coordinate representation of color #37239B: hue angle of 250º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37239B is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 35 155 -
CMYK 0.65 0.77 0 0.39
HSL 250º 0.63% 0.37% -
HSV(B) 250º 0.77% 0.61% -
XYZ 8.09 4.38 31.43 -
YUV 54.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 55 35 155 0.65 0.77 0 0.39 250 0.63 0.37
Hex 37 23 9B 41 4D 0 27 FA 3F 25
Octal 67 43 233 101 115 0 47 372 77 45
Binary 110111 100011 10011011 1000001 1001101 0 100111 11111010 111111 100101

Color Harmonies of #37239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37239B

Black with #37239B

Text Example


Text Example

White with #37239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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