#3F5060

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

Shades of Cello #3F5060

Tints of Cello #3F5060

Color information

#3F5060 (or 0x3F5060) is unknown color: approx Cello. HEX triplet: 3F, 50 and 60. RGB value is (63,80,96). Sum of RGB (Red+Green+Blue) = 63+80+96=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5060 is #C0AF9F. Grayscale: #4C4C4C. Windows color (decimal): -12627872 or 6311999. OLE color: 6311999.

HSL color Cylindrical-coordinate representation of color #3F5060: hue angle of 209.09º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5060 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB638096-
CMYK0.340.1700.62
HSL209.09º20.75%31.18%-
HSV(B)209.09º34.38%37.65%-
XYZ7.037.6412.17-
YUV76.74138.87118.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=26.36%
G=33.47%
B=40.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6380960.340.1700.62209.0920.7531.18
Hex3F5060221103Ed1151f
Octal7712014042210763212537
Binary11111110100001100000100010100010111110110100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,96); }

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

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

 a { background-color: rgb(63,80,96); }

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

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

 span { border-color: rgb(63,80,96); }

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