Html Css Color HEX #35354D Payne's Grey

📋 copy color: '#35354D'

red 53 ◦ green 53 ◦ blue 77

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

Shades of Payne's Grey #35354D

Tints of Payne's Grey #35354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 28.96%
G = 28.96%
B = 42.08%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35354D (or 0x35354D) is known color: Payne's Grey. HEX triplet: 35, 35 and 4D. RGB value is (53,53,77). Sum of RGB (Red+Green+Blue) = 53+53+77=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #35354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35354D is #CACAB2. Grayscale: #373737. Windows color (decimal): -13290163 or 5059893. OLE color: 5059893.

HSL color Cylindrical-coordinate representation of color #35354D: hue angle of 240º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35354D is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 53 77 -
CMYK 0.31 0.31 0 0.70
HSL 240º 0.18% 0.25% -
HSV(B) 240º 0.31% 0.3% -
XYZ 4.08 3.84 7.55 -
YUV 55.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 53 53 77 0.31 0.31 0 0.70 240 0.18 0.25
Hex 35 35 4D 1F 1F 0 46 F0 12 19
Octal 65 65 115 37 37 0 106 360 22 31
Binary 110101 110101 1001101 11111 11111 0 1000110 11110000 10010 11001

Color Harmonies of #35354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35354D

Black with #35354D

Text Example


Text Example

White with #35354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35354D; }

 p { color: rgb(53,53,77); }

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

background-color css

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

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

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

border-color css

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

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

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