#39788E

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

Shades of Calypso #39788E

Tints of Calypso #39788E

Color information

#39788E (or 0x39788E) is unknown color: approx Calypso. HEX triplet: 39, 78 and 8E. RGB value is (57,120,142). Sum of RGB (Red+Green+Blue) = 57+120+142=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #39788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39788E is #C68771. Grayscale: #676767. Windows color (decimal): -13010802 or 9336889. OLE color: 9336889.

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

Color convert

RGB57120142-
CMYK0.600.1500.44
HSL195.53º42.71%39.02%-
HSV(B)195.53º59.86%55.69%-
XYZ13.2916.2628.03-
YUV103.67149.6394.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=17.87%
G=37.62%
B=44.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571201420.600.1500.44195.5342.7139.02
Hex39788E3CF02Cc42b27
Octal7117021674170543045347
Binary1110011111000100011101111001111010110011000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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