#397488

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

Shades of Calypso #397488

Tints of Calypso #397488

Color information

#397488 (or 0x397488) is unknown color: approx Calypso. HEX triplet: 39, 74 and 88. RGB value is (57,116,136). Sum of RGB (Red+Green+Blue) = 57+116+136=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #397488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397488 is #C68B77. Grayscale: #646464. Windows color (decimal): -13011832 or 8942649. OLE color: 8942649.

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

Color convert

RGB57116136-
CMYK0.580.1500.47
HSL195.19º40.93%37.84%-
HSV(B)195.19º58.09%53.33%-
XYZ12.3815.1425.56-
YUV100.64147.9596.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=18.45%
G=37.54%
B=44.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571161360.580.1500.47195.1940.9337.84
Hex3974883AF02Fc32926
Octal7116421072170573035146
Binary1110011110100100010001110101111010111111000011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397488; }

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

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

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

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

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

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

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

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