#39788D

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

Shades of Calypso #39788D

Tints of Calypso #39788D

Color information

#39788D (or 0x39788D) is unknown color: approx Calypso. HEX triplet: 39, 78 and 8D. RGB value is (57,120,141). Sum of RGB (Red+Green+Blue) = 57+120+141=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #39788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39788D is #C68772. Grayscale: #676767. Windows color (decimal): -13010803 or 9271353. OLE color: 9271353.

HSL color Cylindrical-coordinate representation of color #39788D: hue angle of 195º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39788D is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57120141-
CMYK0.600.1500.45
HSL195º42.42%38.82%-
HSV(B)195º59.57%55.29%-
XYZ13.2116.2327.63-
YUV103.56149.1394.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=17.92%
G=37.74%
B=44.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571201410.600.1500.4519542.4238.82
Hex39788D3CF02Dc32a27
Octal7117021574170553035247
Binary1110011111000100011011111001111010110111000011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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