#397A87

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

Shades of Calypso #397A87

Tints of Calypso #397A87

Color information

#397A87 (or 0x397A87) is unknown color: approx Calypso. HEX triplet: 39, 7A and 87. RGB value is (57,122,135). Sum of RGB (Red+Green+Blue) = 57+122+135=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 122 (48.05% from 255 or 38.85% 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 #397A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A87 is #C68578. Grayscale: #676767. Windows color (decimal): -13010297 or 8878649. OLE color: 8878649.

HSL color Cylindrical-coordinate representation of color #397A87: hue angle of 190º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397A87 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57122135-
CMYK0.580.1000.47
HSL190º40.62%37.65%-
HSV(B)190º57.78%52.94%-
XYZ13.0216.5425.43-
YUV104.05145.4794.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=18.15%
G=38.85%
B=42.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571221350.580.1000.4719040.6237.65
Hex397A873AA02Fbe2926
Octal7117220772120572765146
Binary1110011111010100001111110101010010111110111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A87; }

 p { color: rgb(57,122,135); }

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

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

 a { background-color: rgb(57,122,135); }

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

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

 span { border-color: rgb(57,122,135); }

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