Html Css Color HEX #3B504C Corduroy

📋 copy color: '#3B504C'

red 59 ◦ green 80 ◦ blue 76

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

Shades of Corduroy #3B504C

Tints of Corduroy #3B504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.35%

R = 27.44%
G = 37.21%
B = 35.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#3B504C (or 0x3B504C) is known color: Corduroy. HEX triplet: 3B, 50 and 4C. RGB value is (59,80,76). Sum of RGB (Red+Green+Blue) = 59+80+76=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #3B504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B504C is #C4AFB3. Grayscale: #494949. Windows color (decimal): -12890036 or 5001275. OLE color: 5001275.

HSL color Cylindrical-coordinate representation of color #3B504C: hue angle of 168.57º 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 #3B504C is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 80 76 -
CMYK 0.26 0 0.05 0.69
HSL 168.57º 0.15% 0.27% -
HSV(B) 168.57º 0.26% 0.31% -
XYZ 5.98 7.19 7.91 -
YUV 73.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 59 80 76 0.26 0 0.05 0.69 168.57 0.15 0.27
Hex 3B 50 4C 1A 0 5 45 A9 F 1B
Octal 73 120 114 32 0 5 105 251 17 33
Binary 111011 1010000 1001100 11010 0 101 1000101 10101001 1111 11011

Color Harmonies of #3B504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B504C

Black with #3B504C

Text Example


Text Example

White with #3B504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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