Html Css Color HEX #324A54 Atomic

📋 copy color: '#324A54'

red 50 ◦ green 74 ◦ blue 84

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

Shades of Atomic #324A54

Tints of Atomic #324A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 24.04%
G = 35.58%
B = 40.38%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324A54 (or 0x324A54) is known color: Atomic. HEX triplet: 32, 4A and 54. RGB value is (50,74,84). Sum of RGB (Red+Green+Blue) = 50+74+84=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #324A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A54 is #CDB5AB. Grayscale: #434343. Windows color (decimal): -13481388 or 5524018. OLE color: 5524018.

HSL color Cylindrical-coordinate representation of color #324A54: hue angle of 197.65º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324A54 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 74 84 -
CMYK 0.40 0.12 0 0.67
HSL 197.65º 0.25% 0.26% -
HSV(B) 197.65º 0.4% 0.33% -
XYZ 5.36 6.22 9.3 -
YUV 67.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 50 74 84 0.40 0.12 0 0.67 197.65 0.25 0.26
Hex 32 4A 54 28 C 0 43 C6 19 1A
Octal 62 112 124 50 14 0 103 306 31 32
Binary 110010 1001010 1010100 101000 1100 0 1000011 11000110 11001 11010

Color Harmonies of #324A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A54

Black with #324A54

Text Example


Text Example

White with #324A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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