#39717F

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

Shades of Calypso #39717F

Tints of Calypso #39717F

Color information

#39717F (or 0x39717F) is unknown color: approx Calypso. HEX triplet: 39, 71 and 7F. RGB value is (57,113,127). Sum of RGB (Red+Green+Blue) = 57+113+127=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #39717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39717F is #C68E80. Grayscale: #616161. Windows color (decimal): -13012609 or 8352057. OLE color: 8352057.

HSL color Cylindrical-coordinate representation of color #39717F: hue angle of 192º 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 #39717F is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57113127-
CMYK0.550.1100.50
HSL192º38.04%36.08%-
HSV(B)192º55.12%49.8%-
XYZ11.4214.2122.22-
YUV97.85144.4598.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 127 (50% from 255) = 42.76%
R=19.19%
G=38.05%
B=42.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571131270.550.1100.5019238.0436.08
Hex39717F37B032c02624
Octal7116117767130623004644
Binary111001111000111111111101111011011001011000000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39717F; }

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

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

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

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

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

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

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

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