#3C7285

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

Shades of Calypso #3C7285

Tints of Calypso #3C7285

Color information

#3C7285 (or 0x3C7285) is unknown color: approx Calypso. HEX triplet: 3C, 72 and 85. RGB value is (60,114,133). Sum of RGB (Red+Green+Blue) = 60+114+133=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C7285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7285 is #C38D7A. Grayscale: #636363. Windows color (decimal): -12815739 or 8745532. OLE color: 8745532.

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

Color convert

RGB60114133-
CMYK0.550.1400.48
HSL195.62º37.82%37.84%-
HSV(B)195.62º54.89%52.16%-
XYZ12.1114.6924.39-
YUV100.02146.6199.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=19.54%
G=37.13%
B=43.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601141330.550.1400.48195.6237.8237.84
Hex3C728537E030c42626
Octal7416220567160603044646
Binary1111001110010100001011101111110011000011000100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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