#397588

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

Shades of Calypso #397588

Tints of Calypso #397588

Color information

#397588 (or 0x397588) is unknown color: approx Calypso. HEX triplet: 39, 75 and 88. RGB value is (57,117,136). Sum of RGB (Red+Green+Blue) = 57+117+136=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #397588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397588 is #C68A77. Grayscale: #656565. Windows color (decimal): -13011576 or 8942905. OLE color: 8942905.

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

Color convert

RGB57117136-
CMYK0.580.1400.47
HSL194.43º40.93%37.84%-
HSV(B)194.43º58.09%53.33%-
XYZ12.4915.3725.6-
YUV101.23147.6296.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=18.39%
G=37.74%
B=43.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571171360.580.1400.47194.4340.9337.84
Hex3975883AE02Fc22926
Octal7116521072160573025146
Binary1110011110101100010001110101110010111111000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397588; }

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

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

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

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

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

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

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

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