#3C7489

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

Shades of Calypso #3C7489

Tints of Calypso #3C7489

Color information

#3C7489 (or 0x3C7489) is unknown color: approx Calypso. HEX triplet: 3C, 74 and 89. RGB value is (60,116,137). Sum of RGB (Red+Green+Blue) = 60+116+137=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C7489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7489 is #C38B76. Grayscale: #656565. Windows color (decimal): -12815223 or 9008188. OLE color: 9008188.

HSL color Cylindrical-coordinate representation of color #3C7489: hue angle of 196.36º 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 #3C7489 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB60116137-
CMYK0.560.1500.46
HSL196.36º39.09%38.63%-
HSV(B)196.36º56.2%53.73%-
XYZ12.6215.2625.95-
YUV101.65147.9598.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=19.17%
G=37.06%
B=43.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601161370.560.1500.46196.3639.0938.63
Hex3C748938F02Ec42727
Octal7416421170170563044747
Binary1111001110100100010011110001111010111011000100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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