Html Css Color HEX #3F515E Cello

📋 copy color: '#3F515E'

red 63 ◦ green 81 ◦ blue 94

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

Shades of Cello #3F515E

Tints of Cello #3F515E

RGB

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

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

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

R = 26.47%
G = 34.03%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F515E (or 0x3F515E) is known color: Cello. HEX triplet: 3F, 51 and 5E. RGB value is (63,81,94). Sum of RGB (Red+Green+Blue) = 63+81+94=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F515E is #C0AEA1. Grayscale: #4D4D4D. Windows color (decimal): -12627618 or 6181183. OLE color: 6181183.

HSL color Cylindrical-coordinate representation of color #3F515E: hue angle of 205.16º 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 #3F515E is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 63 81 94 -
CMYK 0.33 0.14 0 0.63
HSL 205.16º 0.2% 0.31% -
HSV(B) 205.16º 0.33% 0.37% -
XYZ 7.01 7.75 11.72 -
YUV 77.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 63 81 94 0.33 0.14 0 0.63 205.16 0.2 0.31
Hex 3F 51 5E 21 E 0 3F CD 14 1F
Octal 77 121 136 41 16 0 77 315 24 37
Binary 111111 1010001 1011110 100001 1110 0 111111 11001101 10100 11111

Color Harmonies of #3F515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F515E

Black with #3F515E

Text Example


Text Example

White with #3F515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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