#34484D

Color #34484D Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #34484D

Tints of Big Stone #34484D

Color information

#34484D (or 0x34484D) is unknown color: approx Big Stone. HEX triplet: 34, 48 and 4D. RGB value is (52,72,77). Sum of RGB (Red+Green+Blue) = 52+72+77=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 72 (28.52% from 255 or 35.82% 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 #34484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34484D is #CBB7B2. Grayscale: #424242. Windows color (decimal): -13350835 or 5064756. OLE color: 5064756.

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

Color convert

RGB527277-
CMYK0.320.0600.70
HSL192º19.38%25.29%-
HSV(B)192º32.47%30.2%-
XYZ5.075.97.89-
YUV66.59133.87117.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=25.87%
G=35.82%
B=38.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5272770.320.0600.7019219.3825.29
Hex34484D206046c01319
Octal6411011540601063002331
Binary1101001001000100110110000011001000110110000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34484D;
 }
 .AnyTagClassName
 {
   color: #34484D;
 }
</style>
background-color css

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

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

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

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

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

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