#40738C

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

Shades of Calypso #40738C

Tints of Calypso #40738C

Color information

#40738C (or 0x40738C) is unknown color: approx Calypso. HEX triplet: 40, 73 and 8C. RGB value is (64,115,140). Sum of RGB (Red+Green+Blue) = 64+115+140=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #40738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40738C is #BF8C73. Grayscale: #666666. Windows color (decimal): -12553332 or 9204544. OLE color: 9204544.

HSL color Cylindrical-coordinate representation of color #40738C: hue angle of 199.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40738C is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64115140-
CMYK0.540.1800.45
HSL199.74º37.25%40%-
HSV(B)199.74º54.29%54.9%-
XYZ12.9815.2427.07-
YUV102.6149.1100.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=20.06%
G=36.05%
B=43.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641151400.540.1800.45199.7437.2540
Hex40738C361202Dc82528
Octal10016321466220553104550
Binary100000011100111000110011011010010010110111001000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40738C; }

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

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

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

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

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

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

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

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