#392599

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

Shades of Blue Gem #392599

Tints of Blue Gem #392599

Color information

#392599 (or 0x392599) is unknown color: approx Blue Gem. HEX triplet: 39, 25 and 99. RGB value is (57,37,153). Sum of RGB (Red+Green+Blue) = 57+37+153=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #392599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392599 is #C6DA66. Grayscale: #373737. Windows color (decimal): -13032039 or 10036537. OLE color: 10036537.

HSL color Cylindrical-coordinate representation of color #392599: hue angle of 250.34º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392599 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5737153-
CMYK0.630.7600.4
HSL250.34º61.05%37.25%-
HSV(B)250.34º75.82%60%-
XYZ8.14.4930.58-
YUV56.2182.63128.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=23.08%
G=14.98%
B=61.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57371530.630.7600.4250.3461.0537.25
Hex3925993F4C028fa3d25
Octal7145231771140503727545
Binary111001100101100110011111111001100010100011111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392599; }

 p { color: rgb(57,37,153); }

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

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

 a { background-color: rgb(57,37,153); }

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

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

 span { border-color: rgb(57,37,153); }

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