#39209F

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

Shades of Blue Gem #39209F

Tints of Blue Gem #39209F

Color information

#39209F (or 0x39209F) is unknown color: approx Blue Gem. HEX triplet: 39, 20 and 9F. RGB value is (57,32,159). Sum of RGB (Red+Green+Blue) = 57+32+159=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #39209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39209F is #C6DF60. Grayscale: #353535. Windows color (decimal): -13033313 or 10428473. OLE color: 10428473.

HSL color Cylindrical-coordinate representation of color #39209F: hue angle of 251.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39209F is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5732159-
CMYK0.640.8000.38
HSL251.81º66.49%37.45%-
HSV(B)251.81º79.87%62.35%-
XYZ8.464.4133.21-
YUV53.95187.28130.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=22.98%
G=12.90%
B=64.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57321590.640.8000.38251.8166.4937.45
Hex39209F4050026fc4225
Octal714023710012004637410245
Binary11100110000010011111100000010100000100110111111001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39209F; }

 p { color: rgb(57,32,159); }

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

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

 a { background-color: rgb(57,32,159); }

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

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

 span { border-color: rgb(57,32,159); }

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