#344449

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

Shades of Big Stone #344449

Tints of Big Stone #344449

Color information

#344449 (or 0x344449) is unknown color: approx Big Stone. HEX triplet: 34, 44 and 49. RGB value is (52,68,73). Sum of RGB (Red+Green+Blue) = 52+68+73=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #344449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344449 is #CBBBB6. Grayscale: #3F3F3F. Windows color (decimal): -13351863 or 4801588. OLE color: 4801588.

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

Color convert

RGB526873-
CMYK0.290.0700.71
HSL194.29º16.8%24.51%-
HSV(B)194.29º28.77%28.63%-
XYZ4.695.357.09-
YUV63.79133.2119.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=26.94%
G=35.23%
B=37.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5268730.290.0700.71194.2916.824.51
Hex3444491D7047c21119
Octal6410411135701073022131
Binary110100100010010010011110111101000111110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344449; }

 p { color: rgb(52,68,73); }

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

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

 a { background-color: rgb(52,68,73); }

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

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

 span { border-color: rgb(52,68,73); }

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