#404351

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

Shades of Blue Zodiac #404351

Tints of Blue Zodiac #404351

Color information

#404351 (or 0x404351) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 51. RGB value is (64,67,81). Sum of RGB (Red+Green+Blue) = 64+67+81=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #404351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404351 is #BFBCAE. Grayscale: #434343. Windows color (decimal): -12565679 or 5325632. OLE color: 5325632.

HSL color Cylindrical-coordinate representation of color #404351: hue angle of 229.41º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404351 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB646781-
CMYK0.210.1700.68
HSL229.41º11.72%28.43%-
HSV(B)229.41º20.99%31.76%-
XYZ5.615.78.59-
YUV67.7135.51125.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=30.19%
G=31.60%
B=38.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6467810.210.1700.68229.4111.7228.43
Hex4043511511044e5c1c
Octal100103121252101043451434
Binary10000001000011101000110101100010100010011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404351; }

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

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

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

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

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

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

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

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