#39279C

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

Shades of Blue Gem #39279C

Tints of Blue Gem #39279C

Color information

#39279C (or 0x39279C) is unknown color: approx Blue Gem. HEX triplet: 39, 27 and 9C. RGB value is (57,39,156). Sum of RGB (Red+Green+Blue) = 57+39+156=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #39279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39279C is #C6D863. Grayscale: #393939. Windows color (decimal): -13031524 or 10233657. OLE color: 10233657.

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

Color convert

RGB5739156-
CMYK0.630.7500.39
HSL249.23º60%38.24%-
HSV(B)249.23º75%61.18%-
XYZ8.414.7231.92-
YUV57.72183.46127.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=22.62%
G=15.48%
B=61.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57391560.630.7500.39249.236038.24
Hex39279C3F4B027f93c26
Octal7147234771130473717446
Binary111001100111100111001111111001011010011111111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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