#404353

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

Shades of Blue Zodiac #404353

Tints of Blue Zodiac #404353

Color information

#404353 (or 0x404353) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 53. RGB value is (64,67,83). Sum of RGB (Red+Green+Blue) = 64+67+83=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #404353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404353 is #BFBCAC. Grayscale: #434343. Windows color (decimal): -12565677 or 5456704. OLE color: 5456704.

HSL color Cylindrical-coordinate representation of color #404353: hue angle of 230.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404353 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646783-
CMYK0.230.1900.67
HSL230.53º12.93%28.82%-
HSV(B)230.53º22.89%32.55%-
XYZ5.685.738.99-
YUV67.93136.51125.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=29.91%
G=31.31%
B=38.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6467830.230.1900.67230.5312.9328.82
Hex4043531713043e7d1d
Octal100103123272301033471535
Binary10000001000011101001110111100110100001111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404353; }

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

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

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

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

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

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

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

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