Html Css Color HEX #324955 Atomic

📋 copy color: '#324955'

red 50 ◦ green 73 ◦ blue 85

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

Shades of Atomic #324955

Tints of Atomic #324955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 24.04%
G = 35.1%
B = 40.87%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324955 (or 0x324955) is known color: Atomic. HEX triplet: 32, 49 and 55. RGB value is (50,73,85). Sum of RGB (Red+Green+Blue) = 50+73+85=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #324955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324955 is #CDB6AA. Grayscale: #434343. Windows color (decimal): -13481643 or 5589298. OLE color: 5589298.

HSL color Cylindrical-coordinate representation of color #324955: hue angle of 200.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324955 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 73 85 -
CMYK 0.41 0.14 0 0.67
HSL 200.57º 0.26% 0.26% -
HSV(B) 200.57º 0.41% 0.33% -
XYZ 5.34 6.1 9.49 -
YUV 67.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 50 73 85 0.41 0.14 0 0.67 200.57 0.26 0.26
Hex 32 49 55 29 E 0 43 C9 1A 1A
Octal 62 111 125 51 16 0 103 311 32 32
Binary 110010 1001001 1010101 101001 1110 0 1000011 11001001 11010 11010

Color Harmonies of #324955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324955

Black with #324955

Text Example


Text Example

White with #324955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324955; }

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

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

background-color css

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

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

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

border-color css

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

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

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