Html Css Color HEX #354447 Charade

📋 copy color: '#354447'

red 53 ◦ green 68 ◦ blue 71

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

Shades of Charade #354447

Tints of Charade #354447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 27.6%
G = 35.42%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354447 (or 0x354447) is known color: Charade. HEX triplet: 35, 44 and 47. RGB value is (53,68,71). Sum of RGB (Red+Green+Blue) = 53+68+71=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #354447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354447 is #CABBB8. Grayscale: #3F3F3F. Windows color (decimal): -13286329 or 4670517. OLE color: 4670517.

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

Color convert

RGB 53 68 71 -
CMYK 0.25 0.04 0 0.72
HSL 190º 0.15% 0.24% -
HSV(B) 190º 0.25% 0.28% -
XYZ 4.67 5.35 6.75 -
YUV 63.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 53 68 71 0.25 0.04 0 0.72 190 0.15 0.24
Hex 35 44 47 19 4 0 48 BE F 18
Octal 65 104 107 31 4 0 110 276 17 30
Binary 110101 1000100 1000111 11001 100 0 1001000 10111110 1111 11000

Color Harmonies of #354447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354447

Black with #354447

Text Example


Text Example

White with #354447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354447; }

 p { color: rgb(53,68,71); }

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

background-color css

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

 a { background-color: rgb(53,68,71); }

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

border-color css

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

 span { border-color: rgb(53,68,71); }

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