#3C6E85

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

Shades of Calypso #3C6E85

Tints of Calypso #3C6E85

Color information

#3C6E85 (or 0x3C6E85) is unknown color: approx Calypso. HEX triplet: 3C, 6E and 85. RGB value is (60,110,133). Sum of RGB (Red+Green+Blue) = 60+110+133=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6E85 is #C3917A. Grayscale: #616161. Windows color (decimal): -12816763 or 8744508. OLE color: 8744508.

HSL color Cylindrical-coordinate representation of color #3C6E85: hue angle of 198.9º 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 #3C6E85 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60110133-
CMYK0.550.1700.48
HSL198.9º37.82%37.84%-
HSV(B)198.9º54.89%52.16%-
XYZ11.6713.8124.24-
YUV97.67147.94101.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=19.80%
G=36.30%
B=43.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601101330.550.1700.48198.937.8237.84
Hex3C6E853711030c72626
Octal7415620567210603074646
Binary11110011011101000010111011110001011000011000111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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