#404360

Color #404360 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #404360

Tints of Port Gore #404360

Color information

#404360 (or 0x404360) is unknown color: approx Port Gore. HEX triplet: 40, 43 and 60. RGB value is (64,67,96). Sum of RGB (Red+Green+Blue) = 64+67+96=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #404360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404360 is #BFBC9F. Grayscale: #454545. Windows color (decimal): -12565664 or 6308672. OLE color: 6308672.

HSL color Cylindrical-coordinate representation of color #404360: hue angle of 234.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404360 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB646796-
CMYK0.330.3000.62
HSL234.38º20%31.37%-
HSV(B)234.38º33.33%37.65%-
XYZ6.235.9511.89-
YUV69.41143.01124.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=28.19%
G=29.52%
B=42.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6467960.330.3000.62234.382031.37
Hex404360211E03Eea141f
Octal10010314041360763522437
Binary100000010000111100000100001111100111110111010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404360; }

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

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

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

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

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

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

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

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