#397886

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

Shades of Calypso #397886

Tints of Calypso #397886

Color information

#397886 (or 0x397886) is unknown color: approx Calypso. HEX triplet: 39, 78 and 86. RGB value is (57,120,134). Sum of RGB (Red+Green+Blue) = 57+120+134=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #397886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397886 is #C68779. Grayscale: #666666. Windows color (decimal): -13010810 or 8812601. OLE color: 8812601.

HSL color Cylindrical-coordinate representation of color #397886: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397886 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57120134-
CMYK0.570.1000.47
HSL190.91º40.31%37.45%-
HSV(B)190.91º57.46%52.55%-
XYZ12.7116.0224.98-
YUV102.76145.6395.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=18.33%
G=38.59%
B=43.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571201340.570.1000.47190.9140.3137.45
Hex39788639A02Fbf2825
Octal7117020671120572775045
Binary1110011111000100001101110011010010111110111111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397886; }

 p { color: rgb(57,120,134); }

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

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

 a { background-color: rgb(57,120,134); }

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

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

 span { border-color: rgb(57,120,134); }

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