#394359

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

Shades of Blue Zodiac #394359

Tints of Blue Zodiac #394359

Color information

#394359 (or 0x394359) is unknown color: approx Blue Zodiac. HEX triplet: 39, 43 and 59. RGB value is (57,67,89). Sum of RGB (Red+Green+Blue) = 57+67+89=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #394359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394359 is #C6BCA6. Grayscale: #424242. Windows color (decimal): -13024423 or 5849913. OLE color: 5849913.

HSL color Cylindrical-coordinate representation of color #394359: hue angle of 221.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394359 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576789-
CMYK0.360.2500.65
HSL221.25º21.92%28.63%-
HSV(B)221.25º35.96%34.9%-
XYZ5.55.6110.24-
YUV66.52140.69121.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=26.76%
G=31.46%
B=41.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5767890.360.2500.65221.2521.9228.63
Hex3943592419041dd161d
Octal71103131443101013352635
Binary111001100001110110011001001100101000001110111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394359; }

 p { color: rgb(57,67,89); }

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

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

 a { background-color: rgb(57,67,89); }

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

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

 span { border-color: rgb(57,67,89); }

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