Html Css Color HEX #324A57 Atomic

📋 copy color: '#324A57'

red 50 ◦ green 74 ◦ blue 87

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

Shades of Atomic #324A57

Tints of Atomic #324A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 23.7%
G = 35.07%
B = 41.23%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#324A57 (or 0x324A57) is known color: Atomic. HEX triplet: 32, 4A and 57. RGB value is (50,74,87). Sum of RGB (Red+Green+Blue) = 50+74+87=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #324A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A57 is #CDB5A8. Grayscale: #444444. Windows color (decimal): -13481385 or 5720626. OLE color: 5720626.

HSL color Cylindrical-coordinate representation of color #324A57: hue angle of 201.08º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #324A57 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 74 87 -
CMYK 0.43 0.15 0 0.66
HSL 201.08º 0.27% 0.27% -
HSV(B) 201.08º 0.43% 0.34% -
XYZ 5.48 6.26 9.94 -
YUV 68.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 50 74 87 0.43 0.15 0 0.66 201.08 0.27 0.27
Hex 32 4A 57 2B F 0 42 C9 1B 1B
Octal 62 112 127 53 17 0 102 311 33 33
Binary 110010 1001010 1010111 101011 1111 0 1000010 11001001 11011 11011

Color Harmonies of #324A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A57

Black with #324A57

Text Example


Text Example

White with #324A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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