#393E50

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

Shades of Blue Zodiac #393E50

Tints of Blue Zodiac #393E50

Color information

#393E50 (or 0x393E50) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3E and 50. RGB value is (57,62,80). Sum of RGB (Red+Green+Blue) = 57+62+80=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #393E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E50 is #C6C1AF. Grayscale: #3E3E3E. Windows color (decimal): -13025712 or 5258809. OLE color: 5258809.

HSL color Cylindrical-coordinate representation of color #393E50: hue angle of 226.96º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #393E50 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB576280-
CMYK0.290.2200.69
HSL226.96º16.79%26.86%-
HSV(B)226.96º28.75%31.37%-
XYZ4.864.898.28-
YUV62.56137.84124.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=28.64%
G=31.16%
B=40.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5762800.290.2200.69226.9616.7926.86
Hex393E501D16045e3111b
Octal7176120352601053432133
Binary1110011111101010000111011011001000101111000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393E50; }

 p { color: rgb(57,62,80); }

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

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

 a { background-color: rgb(57,62,80); }

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

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

 span { border-color: rgb(57,62,80); }

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