#392595

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

Shades of Blue Gem #392595

Tints of Blue Gem #392595

Color information

#392595 (or 0x392595) is unknown color: approx Blue Gem. HEX triplet: 39, 25 and 95. RGB value is (57,37,149). Sum of RGB (Red+Green+Blue) = 57+37+149=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #392595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392595 is #C6DA6A. Grayscale: #373737. Windows color (decimal): -13032043 or 9774393. OLE color: 9774393.

HSL color Cylindrical-coordinate representation of color #392595: hue angle of 250.71º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392595 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5737149-
CMYK0.620.7500.42
HSL250.71º60.22%36.47%-
HSV(B)250.71º75.17%58.43%-
XYZ7.774.3628.87-
YUV55.75180.63128.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=23.46%
G=15.23%
B=61.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57371490.620.7500.42250.7160.2236.47
Hex3925953E4B02Afb3c24
Octal7145225761130523737444
Binary111001100101100101011111101001011010101011111011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392595; }

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

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

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

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

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

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

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

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