Html Css Color HEX #324C57 Atomic

📋 copy color: '#324C57'

red 50 ◦ green 76 ◦ blue 87

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

Shades of Atomic #324C57

Tints of Atomic #324C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

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

R = 23.47%
G = 35.68%
B = 40.85%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#324C57 (or 0x324C57) is known color: Atomic. HEX triplet: 32, 4C and 57. RGB value is (50,76,87). Sum of RGB (Red+Green+Blue) = 50+76+87=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #324C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C57 is #CDB3A8. Grayscale: #454545. Windows color (decimal): -13480873 or 5721138. OLE color: 5721138.

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

Color convert

RGB 50 76 87 -
CMYK 0.43 0.13 0 0.66
HSL 197.84º 0.27% 0.27% -
HSV(B) 197.84º 0.43% 0.34% -
XYZ 5.62 6.54 9.98 -
YUV 69.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 50 76 87 0.43 0.13 0 0.66 197.84 0.27 0.27
Hex 32 4C 57 2B D 0 42 C6 1B 1B
Octal 62 114 127 53 15 0 102 306 33 33
Binary 110010 1001100 1010111 101011 1101 0 1000010 11000110 11011 11011

Color Harmonies of #324C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C57

Black with #324C57

Text Example


Text Example

White with #324C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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