Html Css Color HEX #354144 Charade

📋 copy color: '#354144'

red 53 ◦ green 65 ◦ blue 68

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

Shades of Charade #354144

Tints of Charade #354144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 28.49%
G = 34.95%
B = 36.56%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#354144 (or 0x354144) is known color: Charade. HEX triplet: 35, 41 and 44. RGB value is (53,65,68). Sum of RGB (Red+Green+Blue) = 53+65+68=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #354144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354144 is #CABEBB. Grayscale: #3D3D3D. Windows color (decimal): -13287100 or 4473141. OLE color: 4473141.

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

Color convert

RGB 53 65 68 -
CMYK 0.22 0.04 0 0.73
HSL 192º 0.12% 0.24% -
HSV(B) 192º 0.22% 0.27% -
XYZ 4.4 4.95 6.19 -
YUV 61.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 53 65 68 0.22 0.04 0 0.73 192 0.12 0.24
Hex 35 41 44 16 4 0 49 C0 C 18
Octal 65 101 104 26 4 0 111 300 14 30
Binary 110101 1000001 1000100 10110 100 0 1001001 11000000 1100 11000

Color Harmonies of #354144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354144

Black with #354144

Text Example


Text Example

White with #354144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354144; }

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

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

background-color css

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

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

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

border-color css

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

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

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