Html Css Color HEX #324A55 Atomic

📋 copy color: '#324A55'

red 50 ◦ green 74 ◦ blue 85

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

Shades of Atomic #324A55

Tints of Atomic #324A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.41%

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

R = 23.92%
G = 35.41%
B = 40.67%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324A55 (or 0x324A55) is known color: Atomic. HEX triplet: 32, 4A and 55. RGB value is (50,74,85). Sum of RGB (Red+Green+Blue) = 50+74+85=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #324A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A55 is #CDB5AA. Grayscale: #444444. Windows color (decimal): -13481387 or 5589554. OLE color: 5589554.

HSL color Cylindrical-coordinate representation of color #324A55: hue angle of 198.86º 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 #324A55 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 74 85 -
CMYK 0.41 0.13 0 0.67
HSL 198.86º 0.26% 0.26% -
HSV(B) 198.86º 0.41% 0.33% -
XYZ 5.4 6.23 9.51 -
YUV 68.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 50 74 85 0.41 0.13 0 0.67 198.86 0.26 0.26
Hex 32 4A 55 29 D 0 43 C7 1A 1A
Octal 62 112 125 51 15 0 103 307 32 32
Binary 110010 1001010 1010101 101001 1101 0 1000011 11000111 11010 11010

Color Harmonies of #324A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A55

Black with #324A55

Text Example


Text Example

White with #324A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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