Html Css Color HEX #334447 Big Stone

📋 copy color: '#334447'

red 51 ◦ green 68 ◦ blue 71

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

Shades of Big Stone #334447

Tints of Big Stone #334447

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.13% from 255) = 37.37%

R = 26.84%
G = 35.79%
B = 37.37%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#334447 (or 0x334447) is known color: 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

RGB 51 68 71 -
CMYK 0.28 0.04 0 0.72
HSL 189º 0.16% 0.24% -
HSV(B) 189º 0.28% 0.28% -
XYZ 4.57 5.29 6.74 -
YUV 63.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 51 68 71 0.28 0.04 0 0.72 189 0.16 0.24
Hex 33 44 47 1C 4 0 48 BD 10 18
Octal 63 104 107 34 4 0 110 275 20 30
Binary 110011 1000100 1000111 11100 100 0 1001000 10111101 10000 11000

Color Harmonies of #334447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334447

Black with #334447

Text Example


Text Example

White with #334447

Text Example


Text Example

HTML Codes & Css Web 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>