#407387

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

Shades of Calypso #407387

Tints of Calypso #407387

Color information

#407387 (or 0x407387) is unknown color: approx Calypso. HEX triplet: 40, 73 and 87. RGB value is (64,115,135). Sum of RGB (Red+Green+Blue) = 64+115+135=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #407387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407387 is #BF8C78. Grayscale: #656565. Windows color (decimal): -12553337 or 8876864. OLE color: 8876864.

HSL color Cylindrical-coordinate representation of color #407387: hue angle of 196.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407387 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64115135-
CMYK0.530.1500.47
HSL196.9º35.68%39.02%-
HSV(B)196.9º52.59%52.94%-
XYZ12.6215.125.17-
YUV102.03146.6100.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=20.38%
G=36.62%
B=42.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641151350.530.1500.47196.935.6839.02
Hex40738735F02Fc52427
Octal10016320765170573054447
Binary10000001110011100001111101011111010111111000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407387; }

 p { color: rgb(64,115,135); }

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

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

 a { background-color: rgb(64,115,135); }

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

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

 span { border-color: rgb(64,115,135); }

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