#334448

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

Shades of Big Stone #334448

Tints of Big Stone #334448

Color information

#334448 (or 0x334448) is unknown color: approx Big Stone. HEX triplet: 33, 44 and 48. RGB value is (51,68,72). Sum of RGB (Red+Green+Blue) = 51+68+72=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #334448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334448 is #CCBBB7. Grayscale: #3F3F3F. Windows color (decimal): -13417400 or 4736051. OLE color: 4736051.

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

Color convert

RGB516872-
CMYK0.290.0600.72
HSL191.43º17.07%24.12%-
HSV(B)191.43º29.17%28.24%-
XYZ4.65.316.91-
YUV63.37132.87119.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=26.70%
G=35.60%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5168720.290.0600.72191.4317.0724.12
Hex3344481D6048bf1118
Octal6310411035601102772130
Binary110011100010010010001110111001001000101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334448; }

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

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

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

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

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

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

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

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