Html Css Color HEX #334249 Big Stone

📋 copy color: '#334249'

red 51 ◦ green 66 ◦ blue 73

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

Shades of Big Stone #334249

Tints of Big Stone #334249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 26.84%
G = 34.74%
B = 38.42%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#334249 (or 0x334249) is known color: Big Stone. HEX triplet: 33, 42 and 49. RGB value is (51,66,73). Sum of RGB (Red+Green+Blue) = 51+66+73=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #334249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334249 is #CCBDB6. Grayscale: #3E3E3E. Windows color (decimal): -13417911 or 4801075. OLE color: 4801075.

HSL color Cylindrical-coordinate representation of color #334249: hue angle of 199.09º 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 #334249 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 66 73 -
CMYK 0.30 0.10 0 0.71
HSL 199.09º 0.18% 0.24% -
HSV(B) 199.09º 0.3% 0.29% -
XYZ 4.52 5.08 7.05 -
YUV 62.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 51 66 73 0.30 0.10 0 0.71 199.09 0.18 0.24
Hex 33 42 49 1E A 0 47 C7 12 18
Octal 63 102 111 36 12 0 107 307 22 30
Binary 110011 1000010 1001001 11110 1010 0 1000111 11000111 10010 11000

Color Harmonies of #334249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334249

Black with #334249

Text Example


Text Example

White with #334249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334249; }

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

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

background-color css

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

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

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

border-color css

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

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

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