#397489

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

Shades of Calypso #397489

Tints of Calypso #397489

Color information

#397489 (or 0x397489) is unknown color: approx Calypso. HEX triplet: 39, 74 and 89. RGB value is (57,116,137). Sum of RGB (Red+Green+Blue) = 57+116+137=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #397489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397489 is #C68B76. Grayscale: #646464. Windows color (decimal): -13011831 or 9008185. OLE color: 9008185.

HSL color Cylindrical-coordinate representation of color #397489: hue angle of 195.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397489 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57116137-
CMYK0.580.1500.46
HSL195.75º41.24%38.04%-
HSV(B)195.75º58.39%53.73%-
XYZ12.4515.1725.94-
YUV100.75148.4596.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 137 (53.91% from 255) = 44.19%
R=18.39%
G=37.42%
B=44.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571161370.580.1500.46195.7541.2438.04
Hex3974893AF02Ec42926
Octal7116421172170563045146
Binary1110011110100100010011110101111010111011000100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397489; }

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

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

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

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

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

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

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

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