Html Css Color HEX #334049 Big Stone

📋 copy color: '#334049'

red 51 ◦ green 64 ◦ blue 73

#334049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Big Stone #334049

Tints of Big Stone #334049

RGB

 RED value IS 51 (20.31% from 255) = 27.13%

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 27.13%
G = 34.04%
B = 38.83%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#334049 (or 0x334049) is known color: Big Stone. HEX triplet: 33, 40 and 49. RGB value is (51,64,73). Sum of RGB (Red+Green+Blue) = 51+64+73=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #334049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334049 is #CCBFB6. Grayscale: #3D3D3D. Windows color (decimal): -13418423 or 4800563. OLE color: 4800563.

HSL color Cylindrical-coordinate representation of color #334049: hue angle of 204.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334049 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 64 73 -
CMYK 0.30 0.12 0 0.71
HSL 204.55º 0.18% 0.24% -
HSV(B) 204.55º 0.3% 0.29% -
XYZ 4.4 4.85 7.01 -
YUV 61.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 51 64 73 0.30 0.12 0 0.71 204.55 0.18 0.24
Hex 33 40 49 1E C 0 47 CD 12 18
Octal 63 100 111 36 14 0 107 315 22 30
Binary 110011 1000000 1001001 11110 1100 0 1000111 11001101 10010 11000

Color Harmonies of #334049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334049

Black with #334049

Text Example


Text Example

White with #334049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334049; }

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

 H1.HeaderClassName
 {
   color: #334049;
 }
 .AnyTagClassName
 {
   color: #334049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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