#39768A

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

Shades of Calypso #39768A

Tints of Calypso #39768A

Color information

#39768A (or 0x39768A) is unknown color: approx Calypso. HEX triplet: 39, 76 and 8A. RGB value is (57,118,138). Sum of RGB (Red+Green+Blue) = 57+118+138=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #39768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39768A is #C68975. Grayscale: #656565. Windows color (decimal): -13011318 or 9074233. OLE color: 9074233.

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

Color convert

RGB57118138-
CMYK0.590.1400.46
HSL194.81º41.54%38.24%-
HSV(B)194.81º58.7%54.12%-
XYZ12.7515.6626.4-
YUV102.04148.2995.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=18.21%
G=37.70%
B=44.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571181380.590.1400.46194.8141.5438.24
Hex39768A3BE02Ec32a26
Octal7116621273160563035246
Binary1110011110110100010101110111110010111011000011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39768A; }

 p { color: rgb(57,118,138); }

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

<style>
 a { background-color: #39768A; }

 a { background-color: rgb(57,118,138); }

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

<style>
 span { border-color: #39768A; }

 span { border-color: rgb(57,118,138); }

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