#404358

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

Shades of Blue Zodiac #404358

Tints of Blue Zodiac #404358

Color information

#404358 (or 0x404358) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 58. RGB value is (64,67,88). Sum of RGB (Red+Green+Blue) = 64+67+88=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #404358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404358 is #BFBCA7. Grayscale: #444444. Windows color (decimal): -12565672 or 5784384. OLE color: 5784384.

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

Color convert

RGB646788-
CMYK0.270.2400.65
HSL232.5º15.79%29.8%-
HSV(B)232.5º27.27%34.51%-
XYZ5.885.8110.04-
YUV68.5139.01124.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=29.22%
G=30.59%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6467880.270.2400.65232.515.7929.8
Hex4043581B18041e8101e
Octal100103130333001013502036
Binary100000010000111011000110111100001000001111010001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404358; }

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

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

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

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

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

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

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

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