#397A85

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

Shades of Calypso #397A85

Tints of Calypso #397A85

Color information

#397A85 (or 0x397A85) is unknown color: approx Calypso. HEX triplet: 39, 7A and 85. RGB value is (57,122,133). Sum of RGB (Red+Green+Blue) = 57+122+133=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #397A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A85 is #C6857A. Grayscale: #676767. Windows color (decimal): -13010299 or 8747577. OLE color: 8747577.

HSL color Cylindrical-coordinate representation of color #397A85: hue angle of 188.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397A85 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57122133-
CMYK0.570.0800.48
HSL188.68º40%37.25%-
HSV(B)188.68º57.14%52.16%-
XYZ12.8816.4824.69-
YUV103.82144.4794.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=18.27%
G=39.10%
B=42.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571221330.570.0800.48188.684037.25
Hex397A85398030bd2825
Octal7117220571100602755045
Binary1110011111010100001011110011000011000010111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A85; }

 p { color: rgb(57,122,133); }

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

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

 a { background-color: rgb(57,122,133); }

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

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

 span { border-color: rgb(57,122,133); }

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