Html Css Color HEX #324447 Big Stone

📋 copy color: '#324447'

red 50 ◦ green 68 ◦ blue 71

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

Shades of Big Stone #324447

Tints of Big Stone #324447

RGB

 RED value IS 50 (19.92% from 255) = 26.46%

 GREEN value IS 68 (26.95% from 255) = 35.98%

 BLUE value IS 71 (28.13% from 255) = 37.57%

R = 26.46%
G = 35.98%
B = 37.57%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#324447 (or 0x324447) is known color: Big Stone. HEX triplet: 32, 44 and 47. RGB value is (50,68,71). Sum of RGB (Red+Green+Blue) = 50+68+71=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #324447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324447 is #CDBBB8. Grayscale: #3E3E3E. Windows color (decimal): -13482937 or 4670514. OLE color: 4670514.

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

Color convert

RGB 50 68 71 -
CMYK 0.30 0.04 0 0.72
HSL 188.57º 0.17% 0.24% -
HSV(B) 188.57º 0.3% 0.28% -
XYZ 4.52 5.27 6.74 -
YUV 62.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 50 68 71 0.30 0.04 0 0.72 188.57 0.17 0.24
Hex 32 44 47 1E 4 0 48 BD 11 18
Octal 62 104 107 36 4 0 110 275 21 30
Binary 110010 1000100 1000111 11110 100 0 1001000 10111101 10001 11000

Color Harmonies of #324447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324447

Black with #324447

Text Example


Text Example

White with #324447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324447; }

 p { color: rgb(50,68,71); }

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

background-color css

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

 a { background-color: rgb(50,68,71); }

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

border-color css

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

 span { border-color: rgb(50,68,71); }

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