#394256

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

Shades of Blue Zodiac #394256

Tints of Blue Zodiac #394256

Color information

#394256 (or 0x394256) is unknown color: approx Blue Zodiac. HEX triplet: 39, 42 and 56. RGB value is (57,66,86). Sum of RGB (Red+Green+Blue) = 57+66+86=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #394256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394256 is #C6BDA9. Grayscale: #414141. Windows color (decimal): -13024682 or 5653049. OLE color: 5653049.

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

Color convert

RGB576686-
CMYK0.340.2300.66
HSL221.38º20.28%28.04%-
HSV(B)221.38º33.72%33.73%-
XYZ5.325.449.57-
YUV65.59139.52121.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=27.27%
G=31.58%
B=41.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5766860.340.2300.66221.3820.2828.04
Hex3942562217042dd141c
Octal71102126422701023352434
Binary111001100001010101101000101011101000010110111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394256; }

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

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

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

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

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

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

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

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