#397288

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

Shades of Calypso #397288

Tints of Calypso #397288

Color information

#397288 (or 0x397288) is unknown color: approx Calypso. HEX triplet: 39, 72 and 88. RGB value is (57,114,136). Sum of RGB (Red+Green+Blue) = 57+114+136=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #397288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397288 is #C68D77. Grayscale: #636363. Windows color (decimal): -13012344 or 8942137. OLE color: 8942137.

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

Color convert

RGB57114136-
CMYK0.580.1600.47
HSL196.71º40.93%37.84%-
HSV(B)196.71º58.09%53.33%-
XYZ12.1514.6825.49-
YUV99.46148.6297.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=18.57%
G=37.13%
B=44.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571141360.580.1600.47196.7140.9337.84
Hex3972883A1002Fc52926
Octal7116221072200573055146
Binary11100111100101000100011101010000010111111000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397288; }

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

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

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

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

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

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

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

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