Html Css Color HEX #3A554F Corduroy

📋 copy color: '#3A554F'

red 58 ◦ green 85 ◦ blue 79

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

Shades of Corduroy #3A554F

Tints of Corduroy #3A554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 26.13%
G = 38.29%
B = 35.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#3A554F (or 0x3A554F) is known color: Corduroy. HEX triplet: 3A, 55 and 4F. RGB value is (58,85,79). Sum of RGB (Red+Green+Blue) = 58+85+79=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #3A554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A554F is #C5AAB0. Grayscale: #4C4C4C. Windows color (decimal): -12954289 or 5199162. OLE color: 5199162.

HSL color Cylindrical-coordinate representation of color #3A554F: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A554F is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 79 -
CMYK 0.32 0 0.07 0.67
HSL 166.67º 0.19% 0.28% -
HSV(B) 166.67º 0.32% 0.33% -
XYZ 6.4 7.96 8.6 -
YUV 76.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 58 85 79 0.32 0 0.07 0.67 166.67 0.19 0.28
Hex 3A 55 4F 20 0 7 43 A7 13 1C
Octal 72 125 117 40 0 7 103 247 23 34
Binary 111010 1010101 1001111 100000 0 111 1000011 10100111 10011 11100

Color Harmonies of #3A554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A554F

Black with #3A554F

Text Example


Text Example

White with #3A554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,79); }

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

background-color css

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

 a { background-color: rgb(58,85,79); }

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

border-color css

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

 span { border-color: rgb(58,85,79); }

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