#37269D

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

Shades of Blue Gem #37269D

Tints of Blue Gem #37269D

Color information

#37269D (or 0x37269D) is unknown color: approx Blue Gem. HEX triplet: 37, 26 and 9D. RGB value is (55,38,157). Sum of RGB (Red+Green+Blue) = 55+38+157=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #37269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37269D is #C8D962. Grayscale: #383838. Windows color (decimal): -13162851 or 10298935. OLE color: 10298935.

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

Color convert

RGB5538157-
CMYK0.650.7600.38
HSL248.57º61.03%38.24%-
HSV(B)248.57º75.8%61.57%-
XYZ8.354.6332.35-
YUV56.65184.63126.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 157 (61.72% from 255) = 62.8%
R=22%
G=15.2%
B=62.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55381570.650.7600.38248.5761.0338.24
Hex37269D414C026f93d26
Octal67462351011140463717546
Binary1101111001101001110110000011001100010011011111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37269D; }

 p { color: rgb(55,38,157); }

 H1.HeaderClassName
 {
   color: #37269D;
 }
 .AnyTagClassName
 {
   color: #37269D;
 }
</style>
background-color css

<style>
 a { background-color: #37269D; }

 a { background-color: rgb(55,38,157); }

 div.DivClassName
 {
   background-color: #37269D;
 }
 .BgClassName
 {
   background-color: #37269D;
 }
</style>
border-color css

<style>
 span { border-color: #37269D; }

 span { border-color: rgb(55,38,157); }

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