#404359

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

Shades of Blue Zodiac #404359

Tints of Blue Zodiac #404359

Color information

#404359 (or 0x404359) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 59. RGB value is (64,67,89). Sum of RGB (Red+Green+Blue) = 64+67+89=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #404359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404359 is #BFBCA6. Grayscale: #444444. Windows color (decimal): -12565671 or 5849920. OLE color: 5849920.

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

Color convert

RGB646789-
CMYK0.280.2500.65
HSL232.8º16.34%30%-
HSV(B)232.8º28.09%34.9%-
XYZ5.925.8310.26-
YUV68.61139.51124.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=29.09%
G=30.45%
B=40.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6467890.280.2500.65232.816.3430
Hex4043591C19041e9101e
Octal100103131343101013512036
Binary100000010000111011001111001100101000001111010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404359; }

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

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

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

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

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

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

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

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