Html Css Color HEX #3C554E Corduroy

📋 copy color: '#3C554E'

red 60 ◦ green 85 ◦ blue 78

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

Shades of Corduroy #3C554E

Tints of Corduroy #3C554E

RGB

 RED value IS 60 (23.83% from 255) = 26.91%

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

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 26.91%
G = 38.12%
B = 34.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#3C554E (or 0x3C554E) is known color: Corduroy. HEX triplet: 3C, 55 and 4E. RGB value is (60,85,78). Sum of RGB (Red+Green+Blue) = 60+85+78=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C554E is #C3AAB1. Grayscale: #4C4C4C. Windows color (decimal): -12823218 or 5133628. OLE color: 5133628.

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

Color convert

RGB 60 85 78 -
CMYK 0.29 0 0.08 0.67
HSL 163.2º 0.17% 0.28% -
HSV(B) 163.2º 0.29% 0.33% -
XYZ 6.49 8.01 8.41 -
YUV 76.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 60 85 78 0.29 0 0.08 0.67 163.2 0.17 0.28
Hex 3C 55 4E 1D 0 8 43 A3 11 1C
Octal 74 125 116 35 0 10 103 243 21 34
Binary 111100 1010101 1001110 11101 0 1000 1000011 10100011 10001 11100

Color Harmonies of #3C554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C554E

Black with #3C554E

Text Example


Text Example

White with #3C554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,78); }

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

background-color css

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

 a { background-color: rgb(60,85,78); }

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

border-color css

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

 span { border-color: rgb(60,85,78); }

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