Html Css Color HEX #36474C Big Stone

📋 copy color: '#36474C'

red 54 ◦ green 71 ◦ blue 76

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

Shades of Big Stone #36474C

Tints of Big Stone #36474C

RGB

 RED value IS 54 (21.48% from 255) = 26.87%

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

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

R = 26.87%
G = 35.32%
B = 37.81%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36474C (or 0x36474C) is known color: Big Stone. HEX triplet: 36, 47 and 4C. RGB value is (54,71,76). Sum of RGB (Red+Green+Blue) = 54+71+76=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #36474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36474C is #C9B8B3. Grayscale: #424242. Windows color (decimal): -13220020 or 4998966. OLE color: 4998966.

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

Color convert

RGB 54 71 76 -
CMYK 0.29 0.07 0 0.70
HSL 193.64º 0.17% 0.25% -
HSV(B) 193.64º 0.29% 0.3% -
XYZ 5.08 5.81 7.69 -
YUV 66.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 54 71 76 0.29 0.07 0 0.70 193.64 0.17 0.25
Hex 36 47 4C 1D 7 0 46 C2 11 19
Octal 66 107 114 35 7 0 106 302 21 31
Binary 110110 1000111 1001100 11101 111 0 1000110 11000010 10001 11001

Color Harmonies of #36474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36474C

Black with #36474C

Text Example


Text Example

White with #36474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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