Html Css Color HEX #3A504A Corduroy

📋 copy color: '#3A504A'

red 58 ◦ green 80 ◦ blue 74

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

Shades of Corduroy #3A504A

Tints of Corduroy #3A504A

RGB

 RED value IS 58 (23.05% from 255) = 27.36%

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

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

R = 27.36%
G = 37.74%
B = 34.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#3A504A (or 0x3A504A) is known color: Corduroy. HEX triplet: 3A, 50 and 4A. RGB value is (58,80,74). Sum of RGB (Red+Green+Blue) = 58+80+74=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #3A504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A504A is #C5AFB5. Grayscale: #484848. Windows color (decimal): -12955574 or 4870202. OLE color: 4870202.

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

Color convert

RGB 58 80 74 -
CMYK 0.28 0 0.08 0.69
HSL 163.64º 0.16% 0.27% -
HSV(B) 163.64º 0.28% 0.31% -
XYZ 5.85 7.13 7.55 -
YUV 72.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 58 80 74 0.28 0 0.08 0.69 163.64 0.16 0.27
Hex 3A 50 4A 1C 0 8 45 A4 10 1B
Octal 72 120 112 34 0 10 105 244 20 33
Binary 111010 1010000 1001010 11100 0 1000 1000101 10100100 10000 11011

Color Harmonies of #3A504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A504A

Black with #3A504A

Text Example


Text Example

White with #3A504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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