Html Css Color HEX #35474D Big Stone

📋 copy color: '#35474D'

red 53 ◦ green 71 ◦ blue 77

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

Shades of Big Stone #35474D

Tints of Big Stone #35474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

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

R = 26.37%
G = 35.32%
B = 38.31%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35474D (or 0x35474D) is known color: Big Stone. HEX triplet: 35, 47 and 4D. RGB value is (53,71,77). Sum of RGB (Red+Green+Blue) = 53+71+77=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #35474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35474D is #CAB8B2. Grayscale: #424242. Windows color (decimal): -13285555 or 5064501. OLE color: 5064501.

HSL color Cylindrical-coordinate representation of color #35474D: hue angle of 195º 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 #35474D is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 71 77 -
CMYK 0.31 0.08 0 0.70
HSL 195º 0.18% 0.25% -
HSV(B) 195º 0.31% 0.3% -
XYZ 5.06 5.8 7.87 -
YUV 66.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 53 71 77 0.31 0.08 0 0.70 195 0.18 0.25
Hex 35 47 4D 1F 8 0 46 C3 12 19
Octal 65 107 115 37 10 0 106 303 22 31
Binary 110101 1000111 1001101 11111 1000 0 1000110 11000011 10010 11001

Color Harmonies of #35474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35474D

Black with #35474D

Text Example


Text Example

White with #35474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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