#397688

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

Shades of Calypso #397688

Tints of Calypso #397688

Color information

#397688 (or 0x397688) is unknown color: approx Calypso. HEX triplet: 39, 76 and 88. RGB value is (57,118,136). Sum of RGB (Red+Green+Blue) = 57+118+136=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #397688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397688 is #C68977. Grayscale: #656565. Windows color (decimal): -13011320 or 8943161. OLE color: 8943161.

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

Color convert

RGB57118136-
CMYK0.580.1300.47
HSL193.67º40.93%37.84%-
HSV(B)193.67º58.09%53.33%-
XYZ12.6115.625.64-
YUV101.81147.2996.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=18.33%
G=37.94%
B=43.73%

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
Decimal571181360.580.1300.47193.6740.9337.84
Hex3976883AD02Fc22926
Octal7116621072150573025146
Binary1110011110110100010001110101101010111111000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397688; }

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

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

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

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

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

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

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

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