#394257

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

Shades of Blue Zodiac #394257

Tints of Blue Zodiac #394257

Color information

#394257 (or 0x394257) is unknown color: approx Blue Zodiac. HEX triplet: 39, 42 and 57. RGB value is (57,66,87). Sum of RGB (Red+Green+Blue) = 57+66+87=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #394257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394257 is #C6BDA8. Grayscale: #414141. Windows color (decimal): -13024681 or 5718585. OLE color: 5718585.

HSL color Cylindrical-coordinate representation of color #394257: hue angle of 222º 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 #394257 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB576687-
CMYK0.340.2400.66
HSL222º20.83%28.24%-
HSV(B)222º34.48%34.12%-
XYZ5.365.459.79-
YUV65.7140.02121.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=27.14%
G=31.43%
B=41.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5766870.340.2400.6622220.8328.24
Hex3942572218042de151c
Octal71102127423001023362534
Binary111001100001010101111000101100001000010110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394257; }

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

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

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

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

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

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

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

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