#407384

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

Shades of Calypso #407384

Tints of Calypso #407384

Color information

#407384 (or 0x407384) is unknown color: approx Calypso. HEX triplet: 40, 73 and 84. RGB value is (64,115,132). Sum of RGB (Red+Green+Blue) = 64+115+132=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #407384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407384 is #BF8C7B. Grayscale: #656565. Windows color (decimal): -12553340 or 8680256. OLE color: 8680256.

HSL color Cylindrical-coordinate representation of color #407384: hue angle of 195º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407384 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64115132-
CMYK0.520.1300.48
HSL195º34.69%38.43%-
HSV(B)195º51.52%51.76%-
XYZ12.4115.0224.07-
YUV101.69145.1101.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=20.58%
G=36.98%
B=42.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641151320.520.1300.4819534.6938.43
Hex40738434D030c32326
Octal10016320464150603034346
Binary10000001110011100001001101001101011000011000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407384; }

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

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

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

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

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

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

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

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