#397180

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

Shades of Calypso #397180

Tints of Calypso #397180

Color information

#397180 (or 0x397180) is unknown color: approx Calypso. HEX triplet: 39, 71 and 80. RGB value is (57,113,128). Sum of RGB (Red+Green+Blue) = 57+113+128=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #397180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397180 is #C68E7F. Grayscale: #616161. Windows color (decimal): -13012608 or 8417593. OLE color: 8417593.

HSL color Cylindrical-coordinate representation of color #397180: hue angle of 192.68º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397180 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57113128-
CMYK0.550.1200.50
HSL192.68º38.38%36.27%-
HSV(B)192.68º55.47%50.2%-
XYZ11.4914.2422.56-
YUV97.97144.9598.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=19.13%
G=37.92%
B=42.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571131280.550.1200.50192.6838.3836.27
Hex39718037C032c12624
Octal7116120067140623014644
Binary1110011110001100000001101111100011001011000001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397180; }

 p { color: rgb(57,113,128); }

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

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

 a { background-color: rgb(57,113,128); }

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

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

 span { border-color: rgb(57,113,128); }

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