Html Css Color HEX #3F5550 Corduroy

📋 copy color: '#3F5550'

red 63 ◦ green 85 ◦ blue 80

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

Shades of Corduroy #3F5550

Tints of Corduroy #3F5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 27.63%
G = 37.28%
B = 35.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#3F5550 (or 0x3F5550) is known color: Corduroy. HEX triplet: 3F, 55 and 50. RGB value is (63,85,80). Sum of RGB (Red+Green+Blue) = 63+85+80=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5550 is #C0AAAF. Grayscale: #4D4D4D. Windows color (decimal): -12626608 or 5264703. OLE color: 5264703.

HSL color Cylindrical-coordinate representation of color #3F5550: hue angle of 166.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5550 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 80 -
CMYK 0.26 0 0.06 0.67
HSL 166.36º 0.15% 0.29% -
HSV(B) 166.36º 0.26% 0.33% -
XYZ 6.75 8.13 8.8 -
YUV 77.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 63 85 80 0.26 0 0.06 0.67 166.36 0.15 0.29
Hex 3F 55 50 1A 0 6 43 A6 F 1D
Octal 77 125 120 32 0 6 103 246 17 35
Binary 111111 1010101 1010000 11010 0 110 1000011 10100110 1111 11101

Color Harmonies of #3F5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5550

Black with #3F5550

Text Example


Text Example

White with #3F5550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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