Html Css Color HEX #37259F Blue Gem

📋 copy color: '#37259F'

red 55 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #37259F

Tints of Blue Gem #37259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 21.91%
G = 14.74%
B = 63.35%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37259F (or 0x37259F) is known color: Blue Gem. HEX triplet: 37, 25 and 9F. RGB value is (55,37,159). Sum of RGB (Red+Green+Blue) = 55+37+159=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #37259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37259F is #C8DA60. Grayscale: #373737. Windows color (decimal): -13163105 or 10429751. OLE color: 10429751.

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

Color convert

RGB 55 37 159 -
CMYK 0.65 0.77 0 0.38
HSL 248.85º 0.62% 0.38% -
HSV(B) 248.85º 0.77% 0.62% -
XYZ 8.5 4.64 33.25 -
YUV 56.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 55 37 159 0.65 0.77 0 0.38 248.85 0.62 0.38
Hex 37 25 9F 41 4D 0 26 F9 3E 26
Octal 67 45 237 101 115 0 46 371 76 46
Binary 110111 100101 10011111 1000001 1001101 0 100110 11111001 111110 100110

Color Harmonies of #37259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37259F

Black with #37259F

Text Example


Text Example

White with #37259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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