#3C727F

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

Shades of Calypso #3C727F

Tints of Calypso #3C727F

Color information

#3C727F (or 0x3C727F) is unknown color: approx Calypso. HEX triplet: 3C, 72 and 7F. RGB value is (60,114,127). Sum of RGB (Red+Green+Blue) = 60+114+127=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C727F is #C38D80. Grayscale: #636363. Windows color (decimal): -12815745 or 8352316. OLE color: 8352316.

HSL color Cylindrical-coordinate representation of color #3C727F: hue angle of 191.64º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C727F is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB60114127-
CMYK0.530.1000.50
HSL191.64º35.83%36.67%-
HSV(B)191.64º52.76%49.8%-
XYZ11.7114.5322.27-
YUV99.34143.6199.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 127 (50% from 255) = 42.19%
R=19.93%
G=37.87%
B=42.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601141270.530.1000.50191.6435.8336.67
Hex3C727F35A032c02425
Octal7416217765120623004445
Binary111100111001011111111101011010011001011000000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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