Html Css Color HEX #344E47 Corduroy

📋 copy color: '#344E47'

red 52 ◦ green 78 ◦ blue 71

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

Shades of Corduroy #344E47

Tints of Corduroy #344E47

RGB

 RED value IS 52 (20.7% from 255) = 25.87%

 GREEN value IS 78 (30.86% from 255) = 38.81%

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 25.87%
G = 38.81%
B = 35.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#344E47 (or 0x344E47) is known color: Corduroy. HEX triplet: 34, 4E and 47. RGB value is (52,78,71). Sum of RGB (Red+Green+Blue) = 52+78+71=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #344E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E47 is #CBB1B8. Grayscale: #454545. Windows color (decimal): -13349305 or 4673076. OLE color: 4673076.

HSL color Cylindrical-coordinate representation of color #344E47: hue angle of 163.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E47 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 78 71 -
CMYK 0.33 0 0.09 0.69
HSL 163.85º 0.2% 0.25% -
HSV(B) 163.85º 0.33% 0.31% -
XYZ 5.28 6.63 6.96 -
YUV 69.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 52 78 71 0.33 0 0.09 0.69 163.85 0.2 0.25
Hex 34 4E 47 21 0 9 45 A4 14 19
Octal 64 116 107 41 0 11 105 244 24 31
Binary 110100 1001110 1000111 100001 0 1001 1000101 10100100 10100 11001

Color Harmonies of #344E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E47

Black with #344E47

Text Example


Text Example

White with #344E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344E47; }

 p { color: rgb(52,78,71); }

 H1.HeaderClassName
 {
   color: #344E47;
 }
 .AnyTagClassName
 {
   color: #344E47;
 }
</style>

background-color css

<style>
 a { background-color: #344E47; }

 a { background-color: rgb(52,78,71); }

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

border-color css

<style>
 span { border-color: #344E47; }

 span { border-color: rgb(52,78,71); }

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