#39778E

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

Shades of Calypso #39778E

Tints of Calypso #39778E

Color information

#39778E (or 0x39778E) is unknown color: approx Calypso. HEX triplet: 39, 77 and 8E. RGB value is (57,119,142). Sum of RGB (Red+Green+Blue) = 57+119+142=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #39778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39778E is #C68871. Grayscale: #666666. Windows color (decimal): -13011058 or 9336633. OLE color: 9336633.

HSL color Cylindrical-coordinate representation of color #39778E: hue angle of 196.24º 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 #39778E is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57119142-
CMYK0.600.1600.44
HSL196.24º42.71%39.02%-
HSV(B)196.24º59.86%55.69%-
XYZ13.1716.0227.99-
YUV103.08149.9695.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=17.92%
G=37.42%
B=44.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571191420.600.1600.44196.2442.7139.02
Hex39778E3C1002Cc42b27
Octal7116721674200543045347
Binary11100111101111000111011110010000010110011000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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