Html Css Color HEX #37259E Blue Gem

📋 copy color: '#37259E'

red 55 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #37259E

Tints of Blue Gem #37259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 22%
G = 14.8%
B = 63.2%

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

#37259E (or 0x37259E) is known color: Blue Gem. HEX triplet: 37, 25 and 9E. RGB value is (55,37,158). Sum of RGB (Red+Green+Blue) = 55+37+158=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #37259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37259E is #C8DA61. Grayscale: #373737. Windows color (decimal): -13163106 or 10364215. OLE color: 10364215.

HSL color Cylindrical-coordinate representation of color #37259E: hue angle of 248.93º 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 #37259E is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 37 158 -
CMYK 0.65 0.77 0 0.38
HSL 248.93º 0.62% 0.38% -
HSV(B) 248.93º 0.77% 0.62% -
XYZ 8.41 4.6 32.79 -
YUV 56.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 55 37 158 0.65 0.77 0 0.38 248.93 0.62 0.38
Hex 37 25 9E 41 4D 0 26 F9 3E 26
Octal 67 45 236 101 115 0 46 371 76 46
Binary 110111 100101 10011110 1000001 1001101 0 100110 11111001 111110 100110

Color Harmonies of #37259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37259E

Black with #37259E

Text Example


Text Example

White with #37259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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