#3C7089

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

Shades of Calypso #3C7089

Tints of Calypso #3C7089

Color information

#3C7089 (or 0x3C7089) is unknown color: approx Calypso. HEX triplet: 3C, 70 and 89. RGB value is (60,112,137). Sum of RGB (Red+Green+Blue) = 60+112+137=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C7089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7089 is #C38F76. Grayscale: #636363. Windows color (decimal): -12816247 or 9007164. OLE color: 9007164.

HSL color Cylindrical-coordinate representation of color #3C7089: hue angle of 199.48º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7089 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB60112137-
CMYK0.560.1800.46
HSL199.48º39.09%38.63%-
HSV(B)199.48º56.2%53.73%-
XYZ12.1714.3625.8-
YUV99.3149.2799.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.42%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=19.42%
G=36.25%
B=44.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601121370.560.1800.46199.4839.0938.63
Hex3C7089381202Ec72727
Octal7416021170220563074747
Binary11110011100001000100111100010010010111011000111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7089; }

 p { color: rgb(60,112,137); }

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

<style>
 a { background-color: #3C7089; }

 a { background-color: rgb(60,112,137); }

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

<style>
 span { border-color: #3C7089; }

 span { border-color: rgb(60,112,137); }

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