Html Css Color HEX #3B504A Corduroy

📋 copy color: '#3B504A'

red 59 ◦ green 80 ◦ blue 74

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

Shades of Corduroy #3B504A

Tints of Corduroy #3B504A

RGB

 RED value IS 59 (23.44% from 255) = 27.7%

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 27.7%
G = 37.56%
B = 34.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#3B504A (or 0x3B504A) is known color: Corduroy. HEX triplet: 3B, 50 and 4A. RGB value is (59,80,74). Sum of RGB (Red+Green+Blue) = 59+80+74=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #3B504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B504A is #C4AFB5. Grayscale: #494949. Windows color (decimal): -12890038 or 4870203. OLE color: 4870203.

HSL color Cylindrical-coordinate representation of color #3B504A: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B504A is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 80 74 -
CMYK 0.26 0 0.08 0.69
HSL 162.86º 0.15% 0.27% -
HSV(B) 162.86º 0.26% 0.31% -
XYZ 5.91 7.16 7.55 -
YUV 73.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 59 80 74 0.26 0 0.08 0.69 162.86 0.15 0.27
Hex 3B 50 4A 1A 0 8 45 A3 F 1B
Octal 73 120 112 32 0 10 105 243 17 33
Binary 111011 1010000 1001010 11010 0 1000 1000101 10100011 1111 11011

Color Harmonies of #3B504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B504A

Black with #3B504A

Text Example


Text Example

White with #3B504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,80,74); }

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

background-color css

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

 a { background-color: rgb(59,80,74); }

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

border-color css

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

 span { border-color: rgb(59,80,74); }

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