#40738B

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

Shades of Calypso #40738B

Tints of Calypso #40738B

Color information

#40738B (or 0x40738B) is unknown color: approx Calypso. HEX triplet: 40, 73 and 8B. RGB value is (64,115,139). Sum of RGB (Red+Green+Blue) = 64+115+139=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #40738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40738B is #BF8C74. Grayscale: #666666. Windows color (decimal): -12553333 or 9139008. OLE color: 9139008.

HSL color Cylindrical-coordinate representation of color #40738B: hue angle of 199.2º 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 #40738B is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64115139-
CMYK0.540.1700.45
HSL199.2º36.95%39.8%-
HSV(B)199.2º53.96%54.51%-
XYZ12.9115.2226.68-
YUV102.49148.6100.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=20.13%
G=36.16%
B=43.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641151390.540.1700.45199.236.9539.8
Hex40738B361102Dc72528
Octal10016321366210553074550
Binary100000011100111000101111011010001010110111000111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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