#397988

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

Shades of Calypso #397988

Tints of Calypso #397988

Color information

#397988 (or 0x397988) is unknown color: approx Calypso. HEX triplet: 39, 79 and 88. RGB value is (57,121,136). Sum of RGB (Red+Green+Blue) = 57+121+136=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #397988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397988 is #C68677. Grayscale: #676767. Windows color (decimal): -13010552 or 8943929. OLE color: 8943929.

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

Color convert

RGB57121136-
CMYK0.580.1100.47
HSL191.39º40.93%37.84%-
HSV(B)191.39º58.09%53.33%-
XYZ12.9716.3225.76-
YUV103.57146.394.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=18.15%
G=38.54%
B=43.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571211360.580.1100.47191.3940.9337.84
Hex3979883AB02Fbf2926
Octal7117121072130572775146
Binary1110011111001100010001110101011010111110111111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397988; }

 p { color: rgb(57,121,136); }

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

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

 a { background-color: rgb(57,121,136); }

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

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

 span { border-color: rgb(57,121,136); }

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