Html Css Color HEX #35454F Arsenic

📋 copy color: '#35454F'

red 53 ◦ green 69 ◦ blue 79

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

Shades of Arsenic #35454F

Tints of Arsenic #35454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 26.37%
G = 34.33%
B = 39.3%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35454F (or 0x35454F) is known color: Arsenic. HEX triplet: 35, 45 and 4F. RGB value is (53,69,79). Sum of RGB (Red+Green+Blue) = 53+69+79=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #35454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35454F is #CABAB0. Grayscale: #414141. Windows color (decimal): -13286065 or 5195061. OLE color: 5195061.

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

Color convert

RGB 53 69 79 -
CMYK 0.33 0.13 0 0.69
HSL 203.08º 0.2% 0.26% -
HSV(B) 203.08º 0.33% 0.31% -
XYZ 5.01 5.58 8.21 -
YUV 65.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 53 69 79 0.33 0.13 0 0.69 203.08 0.2 0.26
Hex 35 45 4F 21 D 0 45 CB 14 1A
Octal 65 105 117 41 15 0 105 313 24 32
Binary 110101 1000101 1001111 100001 1101 0 1000101 11001011 10100 11010

Color Harmonies of #35454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35454F

Black with #35454F

Text Example


Text Example

White with #35454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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