Html Css Color HEX #3F5750 Spectra

📋 copy color: '#3F5750'

red 63 ◦ green 87 ◦ blue 80

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

Shades of Spectra #3F5750

Tints of Spectra #3F5750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 27.39%
G = 37.83%
B = 34.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#3F5750 (or 0x3F5750) is known color: Spectra. HEX triplet: 3F, 57 and 50. RGB value is (63,87,80). Sum of RGB (Red+Green+Blue) = 63+87+80=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5750 is #C0A8AF. Grayscale: #4F4F4F. Windows color (decimal): -12626096 or 5265215. OLE color: 5265215.

HSL color Cylindrical-coordinate representation of color #3F5750: hue angle of 162.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5750 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 80 -
CMYK 0.28 0 0.08 0.66
HSL 162.5º 0.16% 0.29% -
HSV(B) 162.5º 0.28% 0.34% -
XYZ 6.91 8.45 8.86 -
YUV 79.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 63 87 80 0.28 0 0.08 0.66 162.5 0.16 0.29
Hex 3F 57 50 1C 0 8 42 A2 10 1D
Octal 77 127 120 34 0 10 102 242 20 35
Binary 111111 1010111 1010000 11100 0 1000 1000010 10100010 10000 11101

Color Harmonies of #3F5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5750

Black with #3F5750

Text Example


Text Example

White with #3F5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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