Html Css Color HEX #324951 Atomic

📋 copy color: '#324951'

red 50 ◦ green 73 ◦ blue 81

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

Shades of Atomic #324951

Tints of Atomic #324951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 24.51%
G = 35.78%
B = 39.71%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324951 (or 0x324951) is known color: Atomic. HEX triplet: 32, 49 and 51. RGB value is (50,73,81). Sum of RGB (Red+Green+Blue) = 50+73+81=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #324951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324951 is #CDB6AE. Grayscale: #424242. Windows color (decimal): -13481647 or 5327154. OLE color: 5327154.

HSL color Cylindrical-coordinate representation of color #324951: hue angle of 195.48º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324951 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 73 81 -
CMYK 0.38 0.10 0 0.68
HSL 195.48º 0.24% 0.26% -
HSV(B) 195.48º 0.38% 0.32% -
XYZ 5.18 6.04 8.68 -
YUV 67.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 50 73 81 0.38 0.10 0 0.68 195.48 0.24 0.26
Hex 32 49 51 26 A 0 44 C3 18 1A
Octal 62 111 121 46 12 0 104 303 30 32
Binary 110010 1001001 1010001 100110 1010 0 1000100 11000011 11000 11010

Color Harmonies of #324951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324951

Black with #324951

Text Example


Text Example

White with #324951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324951; }

 p { color: rgb(50,73,81); }

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

background-color css

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

 a { background-color: rgb(50,73,81); }

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

border-color css

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

 span { border-color: rgb(50,73,81); }

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