Html Css Color HEX #35404B Arsenic

📋 copy color: '#35404B'

red 53 ◦ green 64 ◦ blue 75

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

Shades of Arsenic #35404B

Tints of Arsenic #35404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 27.6%
G = 33.33%
B = 39.06%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35404B (or 0x35404B) is known color: Arsenic. HEX triplet: 35, 40 and 4B. RGB value is (53,64,75). Sum of RGB (Red+Green+Blue) = 53+64+75=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #35404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35404B is #CABFB4. Grayscale: #3D3D3D. Windows color (decimal): -13287349 or 4931637. OLE color: 4931637.

HSL color Cylindrical-coordinate representation of color #35404B: hue angle of 210º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35404B is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 64 75 -
CMYK 0.29 0.15 0 0.71
HSL 210º 0.17% 0.25% -
HSV(B) 210º 0.29% 0.29% -
XYZ 4.57 4.93 7.37 -
YUV 61.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 53 64 75 0.29 0.15 0 0.71 210 0.17 0.25
Hex 35 40 4B 1D F 0 47 D2 11 19
Octal 65 100 113 35 17 0 107 322 21 31
Binary 110101 1000000 1001011 11101 1111 0 1000111 11010010 10001 11001

Color Harmonies of #35404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35404B

Black with #35404B

Text Example


Text Example

White with #35404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35404B; }

 p { color: rgb(53,64,75); }

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

background-color css

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

 a { background-color: rgb(53,64,75); }

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

border-color css

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

 span { border-color: rgb(53,64,75); }

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