#37259E

Color #37259E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #37259E

Tints of Blue Gem #37259E

Color information

#37259E (or 0x37259E) is unknown color: approx 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

RGB5537158-
CMYK0.650.7700.38
HSL248.93º62.05%38.24%-
HSV(B)248.93º76.58%61.96%-
XYZ8.414.632.79-
YUV56.18185.46127.16-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55371580.650.7700.38248.9362.0538.24
Hex37259E414D026f93e26
Octal67452361011150463717646
Binary1101111001011001111010000011001101010011011111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>