#334447

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

Shades of Big Stone #334447

Tints of Big Stone #334447

Color information

#334447 (or 0x334447) is unknown color: approx Big Stone. HEX triplet: 33, 44 and 47. RGB value is (51,68,71). Sum of RGB (Red+Green+Blue) = 51+68+71=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #334447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334447 is #CCBBB8. Grayscale: #3F3F3F. Windows color (decimal): -13417401 or 4670515. OLE color: 4670515.

HSL color Cylindrical-coordinate representation of color #334447: hue angle of 189º 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 #334447 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516871-
CMYK0.280.0400.72
HSL189º16.39%23.92%-
HSV(B)189º28.17%27.84%-
XYZ4.575.296.74-
YUV63.26132.37119.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=26.84%
G=35.79%
B=37.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5168710.280.0400.7218916.3923.92
Hex3344471C4048bd1018
Octal6310410734401102752030
Binary110011100010010001111110010001001000101111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334447; }

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

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

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

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

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

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

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

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