#392695

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

Shades of Blue Gem #392695

Tints of Blue Gem #392695

Color information

#392695 (or 0x392695) is unknown color: approx Blue Gem. HEX triplet: 39, 26 and 95. RGB value is (57,38,149). Sum of RGB (Red+Green+Blue) = 57+38+149=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #392695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392695 is #C6D96A. Grayscale: #373737. Windows color (decimal): -13031787 or 9774649. OLE color: 9774649.

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

Color convert

RGB5738149-
CMYK0.620.7400.42
HSL250.27º59.36%36.67%-
HSV(B)250.27º74.5%58.43%-
XYZ7.814.4328.88-
YUV56.33180.29128.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=23.36%
G=15.57%
B=61.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57381490.620.7400.42250.2759.3636.67
Hex3926953E4A02Afa3b25
Octal7146225761120523727345
Binary111001100110100101011111101001010010101011111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392695; }

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

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

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

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

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

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

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

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