Html Css Color HEX #3F505E Cello

📋 copy color: '#3F505E'

red 63 ◦ green 80 ◦ blue 94

#3F505E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #3F505E

Tints of Cello #3F505E

RGB

 RED value IS 63 (25% from 255) = 26.58%

 GREEN value IS 80 (31.64% from 255) = 33.76%

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 26.58%
G = 33.76%
B = 39.66%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F505E (or 0x3F505E) is known color: Cello. HEX triplet: 3F, 50 and 5E. RGB value is (63,80,94). Sum of RGB (Red+Green+Blue) = 63+80+94=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F505E is #C0AFA1. Grayscale: #4C4C4C. Windows color (decimal): -12627874 or 6180927. OLE color: 6180927.

HSL color Cylindrical-coordinate representation of color #3F505E: hue angle of 207.1º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F505E is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 63 80 94 -
CMYK 0.33 0.15 0 0.63
HSL 207.1º 0.2% 0.31% -
HSV(B) 207.1º 0.33% 0.37% -
XYZ 6.94 7.6 11.69 -
YUV 76.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 63 80 94 0.33 0.15 0 0.63 207.1 0.2 0.31
Hex 3F 50 5E 21 F 0 3F CF 14 1F
Octal 77 120 136 41 17 0 77 317 24 37
Binary 111111 1010000 1011110 100001 1111 0 111111 11001111 10100 11111

Color Harmonies of #3F505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F505E

Black with #3F505E

Text Example


Text Example

White with #3F505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F505E;
 }
 .AnyTagClassName
 {
   color: #3F505E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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