Html Css Color HEX #3F515D Cello

📋 copy color: '#3F515D'

red 63 ◦ green 81 ◦ blue 93

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

Shades of Cello #3F515D

Tints of Cello #3F515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 26.58%
G = 34.18%
B = 39.24%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F515D (or 0x3F515D) is known color: Cello. HEX triplet: 3F, 51 and 5D. RGB value is (63,81,93). Sum of RGB (Red+Green+Blue) = 63+81+93=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F515D is #C0AEA2. Grayscale: #4C4C4C. Windows color (decimal): -12627619 or 6115647. OLE color: 6115647.

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

Color convert

RGB 63 81 93 -
CMYK 0.32 0.13 0 0.64
HSL 204º 0.19% 0.31% -
HSV(B) 204º 0.32% 0.36% -
XYZ 6.97 7.73 11.48 -
YUV 76.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 63 81 93 0.32 0.13 0 0.64 204 0.19 0.31
Hex 3F 51 5D 20 D 0 40 CC 13 1F
Octal 77 121 135 40 15 0 100 314 23 37
Binary 111111 1010001 1011101 100000 1101 0 1000000 11001100 10011 11111

Color Harmonies of #3F515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F515D

Black with #3F515D

Text Example


Text Example

White with #3F515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,81,93); }

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

background-color css

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

 a { background-color: rgb(63,81,93); }

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

border-color css

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

 span { border-color: rgb(63,81,93); }

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