#393F50

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

Shades of Blue Zodiac #393F50

Tints of Blue Zodiac #393F50

Color information

#393F50 (or 0x393F50) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3F and 50. RGB value is (57,63,80). Sum of RGB (Red+Green+Blue) = 57+63+80=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #393F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F50 is #C6C0AF. Grayscale: #3F3F3F. Windows color (decimal): -13025456 or 5259065. OLE color: 5259065.

HSL color Cylindrical-coordinate representation of color #393F50: hue angle of 224.35º 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 #393F50 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB576380-
CMYK0.290.2100.69
HSL224.35º16.79%26.86%-
HSV(B)224.35º28.75%31.37%-
XYZ4.9158.3-
YUV63.14137.51123.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=28.5%
G=31.5%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5763800.290.2100.69224.3516.7926.86
Hex393F501D15045e0111b
Octal7177120352501053402133
Binary1110011111111010000111011010101000101111000001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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