Html Css Color HEX #35484D Big Stone

📋 copy color: '#35484D'

red 53 ◦ green 72 ◦ blue 77

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

Shades of Big Stone #35484D

Tints of Big Stone #35484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

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

R = 26.24%
G = 35.64%
B = 38.12%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35484D (or 0x35484D) is known color: Big Stone. HEX triplet: 35, 48 and 4D. RGB value is (53,72,77). Sum of RGB (Red+Green+Blue) = 53+72+77=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #35484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35484D is #CAB7B2. Grayscale: #424242. Windows color (decimal): -13285299 or 5064757. OLE color: 5064757.

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

Color convert

RGB 53 72 77 -
CMYK 0.31 0.06 0 0.70
HSL 192.5º 0.18% 0.25% -
HSV(B) 192.5º 0.31% 0.3% -
XYZ 5.13 5.93 7.9 -
YUV 66.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 53 72 77 0.31 0.06 0 0.70 192.5 0.18 0.25
Hex 35 48 4D 1F 6 0 46 C0 12 19
Octal 65 110 115 37 6 0 106 300 22 31
Binary 110101 1001000 1001101 11111 110 0 1000110 11000000 10010 11001

Color Harmonies of #35484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35484D

Black with #35484D

Text Example


Text Example

White with #35484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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