#397587

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

Shades of Calypso #397587

Tints of Calypso #397587

Color information

#397587 (or 0x397587) is unknown color: approx Calypso. HEX triplet: 39, 75 and 87. RGB value is (57,117,135). Sum of RGB (Red+Green+Blue) = 57+117+135=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #397587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397587 is #C68A78. Grayscale: #646464. Windows color (decimal): -13011577 or 8877369. OLE color: 8877369.

HSL color Cylindrical-coordinate representation of color #397587: hue angle of 193.85º 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 #397587 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57117135-
CMYK0.580.1300.47
HSL193.85º40.62%37.65%-
HSV(B)193.85º57.78%52.94%-
XYZ12.4215.3425.23-
YUV101.11147.1296.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=18.45%
G=37.86%
B=43.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571171350.580.1300.47193.8540.6237.65
Hex3975873AD02Fc22926
Octal7116520772150573025146
Binary1110011110101100001111110101101010111111000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397587; }

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

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

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

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

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

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

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

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