#334047

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

Shades of Big Stone #334047

Tints of Big Stone #334047

Color information

#334047 (or 0x334047) is unknown color: approx Big Stone. HEX triplet: 33, 40 and 47. RGB value is (51,64,71). Sum of RGB (Red+Green+Blue) = 51+64+71=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #334047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334047 is #CCBFB8. Grayscale: #3C3C3C. Windows color (decimal): -13418425 or 4669491. OLE color: 4669491.

HSL color Cylindrical-coordinate representation of color #334047: hue angle of 201º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #334047 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516471-
CMYK0.280.1000.72
HSL201º16.39%23.92%-
HSV(B)201º28.17%27.84%-
XYZ4.344.836.66-
YUV60.91133.69120.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=27.42%
G=34.41%
B=38.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5164710.280.1000.7220116.3923.92
Hex3340471CA048c91018
Octal63100107341201103112030
Binary1100111000000100011111100101001001000110010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334047; }

 p { color: rgb(51,64,71); }

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

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

 a { background-color: rgb(51,64,71); }

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

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

 span { border-color: rgb(51,64,71); }

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