#394057

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

Shades of Blue Zodiac #394057

Tints of Blue Zodiac #394057

Color information

#394057 (or 0x394057) is unknown color: approx Blue Zodiac. HEX triplet: 39, 40 and 57. RGB value is (57,64,87). Sum of RGB (Red+Green+Blue) = 57+64+87=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #394057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394057 is #C6BFA8. Grayscale: #404040. Windows color (decimal): -13025193 or 5718073. OLE color: 5718073.

HSL color Cylindrical-coordinate representation of color #394057: hue angle of 226º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #394057 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB576487-
CMYK0.340.2600.66
HSL226º20.83%28.24%-
HSV(B)226º34.48%34.12%-
XYZ5.245.229.75-
YUV64.53140.68122.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=27.40%
G=30.77%
B=41.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5764870.340.2600.6622620.8328.24
Hex394057221A042e2151c
Octal71100127423201023422534
Binary111001100000010101111000101101001000010111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394057; }

 p { color: rgb(57,64,87); }

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

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

 a { background-color: rgb(57,64,87); }

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

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

 span { border-color: rgb(57,64,87); }

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