Html Css Color HEX #3F505B Cello

📋 copy color: '#3F505B'

red 63 ◦ green 80 ◦ blue 91

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

Shades of Cello #3F505B

Tints of Cello #3F505B

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 value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F505B (or 0x3F505B) is known color: 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

RGB 63 80 91 -
CMYK 0.31 0.12 0 0.64
HSL 203.57º 0.18% 0.3% -
HSV(B) 203.57º 0.31% 0.36% -
XYZ 6.81 7.55 11 -
YUV 76.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 63 80 91 0.31 0.12 0 0.64 203.57 0.18 0.3
Hex 3F 50 5B 1F C 0 40 CC 12 1E
Octal 77 120 133 37 14 0 100 314 22 36
Binary 111111 1010000 1011011 11111 1100 0 1000000 11001100 10010 11110

Color Harmonies of #3F505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F505B

Black with #3F505B

Text Example


Text Example

White with #3F505B

Text Example


Text Example

HTML Codes & Css Web 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>