Html Css Color HEX #354446 Charade

📋 copy color: '#354446'

red 53 ◦ green 68 ◦ blue 70

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

Shades of Charade #354446

Tints of Charade #354446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 27.75%
G = 35.6%
B = 36.65%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#354446 (or 0x354446) is known color: Charade. HEX triplet: 35, 44 and 46. RGB value is (53,68,70). Sum of RGB (Red+Green+Blue) = 53+68+70=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #354446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354446 is #CABBB9. Grayscale: #3F3F3F. Windows color (decimal): -13286330 or 4604981. OLE color: 4604981.

HSL color Cylindrical-coordinate representation of color #354446: hue angle of 187.06º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354446 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 70 -
CMYK 0.24 0.03 0 0.73
HSL 187.06º 0.14% 0.24% -
HSV(B) 187.06º 0.24% 0.27% -
XYZ 4.64 5.33 6.58 -
YUV 63.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 53 68 70 0.24 0.03 0 0.73 187.06 0.14 0.24
Hex 35 44 46 18 3 0 49 BB E 18
Octal 65 104 106 30 3 0 111 273 16 30
Binary 110101 1000100 1000110 11000 11 0 1001001 10111011 1110 11000

Color Harmonies of #354446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354446

Black with #354446

Text Example


Text Example

White with #354446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354446; }

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

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

background-color css

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

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

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

border-color css

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

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

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