#3F505B

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

Shades of Cello #3F505B

Tints of Cello #3F505B

Color information

#3F505B (or 0x3F505B) is unknown color: approx Cello. HEX triplet: 3F, 50 and 5B. RGB value is (63,80,91). Sum of RGB (Red+Green+Blue) = 63+80+91=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F505B is #C0AFA4. Grayscale: #4C4C4C. Windows color (decimal): -12627877 or 5984319. OLE color: 5984319.

HSL color Cylindrical-coordinate representation of color #3F505B: hue angle of 203.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F505B is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB638091-
CMYK0.310.1200.64
HSL203.57º18.18%30.2%-
HSV(B)203.57º30.77%35.69%-
XYZ6.817.5511-
YUV76.17136.37118.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=26.92%
G=34.19%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6380910.310.1200.64203.5718.1830.2
Hex3F505B1FC040cc121e
Octal77120133371401003142236
Binary1111111010000101101111111110001000000110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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