Html Css Color HEX #35474C Big Stone

📋 copy color: '#35474C'

red 53 ◦ green 71 ◦ blue 76

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

Shades of Big Stone #35474C

Tints of Big Stone #35474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38%

R = 26.5%
G = 35.5%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35474C (or 0x35474C) is known color: Big Stone. HEX triplet: 35, 47 and 4C. RGB value is (53,71,76). Sum of RGB (Red+Green+Blue) = 53+71+76=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #35474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35474C is #CAB8B3. Grayscale: #424242. Windows color (decimal): -13285556 or 4998965. OLE color: 4998965.

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

Color convert

RGB 53 71 76 -
CMYK 0.30 0.07 0 0.70
HSL 193.04º 0.18% 0.25% -
HSV(B) 193.04º 0.3% 0.3% -
XYZ 5.03 5.79 7.69 -
YUV 66.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 53 71 76 0.30 0.07 0 0.70 193.04 0.18 0.25
Hex 35 47 4C 1E 7 0 46 C1 12 19
Octal 65 107 114 36 7 0 106 301 22 31
Binary 110101 1000111 1001100 11110 111 0 1000110 11000001 10010 11001

Color Harmonies of #35474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35474C

Black with #35474C

Text Example


Text Example

White with #35474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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