#40738E

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

Shades of Calypso #40738E

Tints of Calypso #40738E

Color information

#40738E (or 0x40738E) is unknown color: approx Calypso. HEX triplet: 40, 73 and 8E. RGB value is (64,115,142). Sum of RGB (Red+Green+Blue) = 64+115+142=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #40738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40738E is #BF8C71. Grayscale: #666666. Windows color (decimal): -12553330 or 9335616. OLE color: 9335616.

HSL color Cylindrical-coordinate representation of color #40738E: hue angle of 200.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40738E is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64115142-
CMYK0.550.1900.44
HSL200.77º37.86%40.39%-
HSV(B)200.77º54.93%55.69%-
XYZ13.1315.327.85-
YUV102.83150.1100.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=19.94%
G=35.83%
B=44.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641151420.550.1900.44200.7737.8640.39
Hex40738E371302Cc92628
Octal10016321667230543114650
Binary100000011100111000111011011110011010110011001001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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