Html Css Color HEX #354548 Charade

📋 copy color: '#354548'

red 53 ◦ green 69 ◦ blue 72

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

Shades of Charade #354548

Tints of Charade #354548

RGB

 RED value IS 53 (21.09% from 255) = 27.32%

 GREEN value IS 69 (27.34% from 255) = 35.57%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 27.32%
G = 35.57%
B = 37.11%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354548 (or 0x354548) is known color: Charade. HEX triplet: 35, 45 and 48. RGB value is (53,69,72). Sum of RGB (Red+Green+Blue) = 53+69+72=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #354548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354548 is #CABAB7. Grayscale: #404040. Windows color (decimal): -13286072 or 4736309. OLE color: 4736309.

HSL color Cylindrical-coordinate representation of color #354548: hue angle of 189.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354548 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 69 72 -
CMYK 0.26 0.04 0 0.72
HSL 189.47º 0.15% 0.25% -
HSV(B) 189.47º 0.26% 0.28% -
XYZ 4.77 5.48 6.94 -
YUV 64.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 53 69 72 0.26 0.04 0 0.72 189.47 0.15 0.25
Hex 35 45 48 1A 4 0 48 BD F 19
Octal 65 105 110 32 4 0 110 275 17 31
Binary 110101 1000101 1001000 11010 100 0 1001000 10111101 1111 11001

Color Harmonies of #354548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354548

Black with #354548

Text Example


Text Example

White with #354548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354548; }

 p { color: rgb(53,69,72); }

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

background-color css

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

 a { background-color: rgb(53,69,72); }

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

border-color css

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

 span { border-color: rgb(53,69,72); }

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