#396E81

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

Shades of Calypso #396E81

Tints of Calypso #396E81

Color information

#396E81 (or 0x396E81) is unknown color: approx Calypso. HEX triplet: 39, 6E and 81. RGB value is (57,110,129). Sum of RGB (Red+Green+Blue) = 57+110+129=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #396E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E81 is #C6917E. Grayscale: #606060. Windows color (decimal): -13013375 or 8482361. OLE color: 8482361.

HSL color Cylindrical-coordinate representation of color #396E81: hue angle of 195.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396E81 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57110129-
CMYK0.560.1500.49
HSL195.83º38.71%36.47%-
HSV(B)195.83º55.81%50.59%-
XYZ11.2313.6122.8-
YUV96.32146.4499.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=19.26%
G=37.16%
B=43.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571101290.560.1500.49195.8338.7136.47
Hex396E8138F031c42724
Octal7115620170170613044744
Binary1110011101110100000011110001111011000111000100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E81; }

 p { color: rgb(57,110,129); }

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

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

 a { background-color: rgb(57,110,129); }

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

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

 span { border-color: rgb(57,110,129); }

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