Html Css Color HEX #324A53 Atomic

📋 copy color: '#324A53'

red 50 ◦ green 74 ◦ blue 83

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

Shades of Atomic #324A53

Tints of Atomic #324A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 24.15%
G = 35.75%
B = 40.1%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324A53 (or 0x324A53) is known color: Atomic. HEX triplet: 32, 4A and 53. RGB value is (50,74,83). Sum of RGB (Red+Green+Blue) = 50+74+83=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #324A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A53 is #CDB5AC. Grayscale: #434343. Windows color (decimal): -13481389 or 5458482. OLE color: 5458482.

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

Color convert

RGB 50 74 83 -
CMYK 0.40 0.11 0 0.67
HSL 196.36º 0.25% 0.26% -
HSV(B) 196.36º 0.4% 0.33% -
XYZ 5.33 6.2 9.1 -
YUV 67.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 50 74 83 0.40 0.11 0 0.67 196.36 0.25 0.26
Hex 32 4A 53 28 B 0 43 C4 19 1A
Octal 62 112 123 50 13 0 103 304 31 32
Binary 110010 1001010 1010011 101000 1011 0 1000011 11000100 11001 11010

Color Harmonies of #324A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A53

Black with #324A53

Text Example


Text Example

White with #324A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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