#396F7F

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

Shades of Calypso #396F7F

Tints of Calypso #396F7F

Color information

#396F7F (or 0x396F7F) is unknown color: approx Calypso. HEX triplet: 39, 6F and 7F. RGB value is (57,111,127). Sum of RGB (Red+Green+Blue) = 57+111+127=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #396F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F7F is #C69080. Grayscale: #606060. Windows color (decimal): -13013121 or 8351545. OLE color: 8351545.

HSL color Cylindrical-coordinate representation of color #396F7F: hue angle of 193.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396F7F is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57111127-
CMYK0.550.1300.50
HSL193.71º38.04%36.08%-
HSV(B)193.71º55.12%49.8%-
XYZ11.213.7722.15-
YUV96.68145.1199.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 127 (50% from 255) = 43.05%
R=19.32%
G=37.63%
B=43.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571111270.550.1300.50193.7138.0436.08
Hex396F7F37D032c22624
Octal7115717767150623024644
Binary111001110111111111111101111101011001011000010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,127); }

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

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

 a { background-color: rgb(57,111,127); }

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

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

 span { border-color: rgb(57,111,127); }

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