#39279F

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

Shades of Blue Gem #39279F

Tints of Blue Gem #39279F

Color information

#39279F (or 0x39279F) is unknown color: approx Blue Gem. HEX triplet: 39, 27 and 9F. RGB value is (57,39,159). Sum of RGB (Red+Green+Blue) = 57+39+159=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #39279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39279F is #C6D860. Grayscale: #393939. Windows color (decimal): -13031521 or 10430265. OLE color: 10430265.

HSL color Cylindrical-coordinate representation of color #39279F: hue angle of 249º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39279F is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5739159-
CMYK0.640.7500.38
HSL249º60.61%38.82%-
HSV(B)249º75.47%62.35%-
XYZ8.674.8233.28-
YUV58.06184.96127.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=22.35%
G=15.29%
B=62.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57391590.640.7500.3824960.6138.82
Hex39279F404B026f93d27
Octal71472371001130463717547
Binary1110011001111001111110000001001011010011011111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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