#3C7485

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

Shades of Calypso #3C7485

Tints of Calypso #3C7485

Color information

#3C7485 (or 0x3C7485) is unknown color: approx Calypso. HEX triplet: 3C, 74 and 85. RGB value is (60,116,133). Sum of RGB (Red+Green+Blue) = 60+116+133=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C7485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7485 is #C38B7A. Grayscale: #656565. Windows color (decimal): -12815227 or 8746044. OLE color: 8746044.

HSL color Cylindrical-coordinate representation of color #3C7485: hue angle of 193.97º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7485 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60116133-
CMYK0.550.1300.48
HSL193.97º37.82%37.84%-
HSV(B)193.97º54.89%52.16%-
XYZ12.3415.1424.46-
YUV101.19145.9598.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.42%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=19.42%
G=37.54%
B=43.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601161330.550.1300.48193.9737.8237.84
Hex3C748537D030c22626
Octal7416420567150603024646
Binary1111001110100100001011101111101011000011000010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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