#39788B

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

Shades of Calypso #39788B

Tints of Calypso #39788B

Color information

#39788B (or 0x39788B) is unknown color: approx Calypso. HEX triplet: 39, 78 and 8B. RGB value is (57,120,139). Sum of RGB (Red+Green+Blue) = 57+120+139=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #39788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39788B is #C68774. Grayscale: #676767. Windows color (decimal): -13010805 or 9140281. OLE color: 9140281.

HSL color Cylindrical-coordinate representation of color #39788B: hue angle of 193.9º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39788B is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57120139-
CMYK0.590.1400.45
HSL193.9º41.84%38.43%-
HSV(B)193.9º58.99%54.51%-
XYZ13.0616.1726.86-
YUV103.33148.1394.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=18.04%
G=37.97%
B=43.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571201390.590.1400.45193.941.8438.43
Hex39788B3BE02Dc22a26
Octal7117021373160553025246
Binary1110011111000100010111110111110010110111000010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39788B; }

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

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

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

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

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

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

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

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