#404357

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

Shades of Blue Zodiac #404357

Tints of Blue Zodiac #404357

Color information

#404357 (or 0x404357) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 57. RGB value is (64,67,87). Sum of RGB (Red+Green+Blue) = 64+67+87=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #404357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404357 is #BFBCA8. Grayscale: #444444. Windows color (decimal): -12565673 or 5718848. OLE color: 5718848.

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

Color convert

RGB646787-
CMYK0.260.2300.66
HSL232.17º15.23%29.61%-
HSV(B)232.17º26.44%34.12%-
XYZ5.845.799.83-
YUV68.38138.51124.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=29.36%
G=30.73%
B=39.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6467870.260.2300.66232.1715.2329.61
Hex4043571A17042e8f1e
Octal100103127322701023501736
Binary10000001000011101011111010101110100001011101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404357; }

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

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

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

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

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

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

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

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