Html Css Color HEX #324752 Atomic

📋 copy color: '#324752'

red 50 ◦ green 71 ◦ blue 82

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

Shades of Atomic #324752

Tints of Atomic #324752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 24.63%
G = 34.98%
B = 40.39%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324752 (or 0x324752) is known color: Atomic. HEX triplet: 32, 47 and 52. RGB value is (50,71,82). Sum of RGB (Red+Green+Blue) = 50+71+82=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #324752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324752 is #CDB8AD. Grayscale: #414141. Windows color (decimal): -13482158 or 5392178. OLE color: 5392178.

HSL color Cylindrical-coordinate representation of color #324752: hue angle of 200.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324752 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 71 82 -
CMYK 0.39 0.13 0 0.68
HSL 200.63º 0.24% 0.26% -
HSV(B) 200.63º 0.39% 0.32% -
XYZ 5.09 5.79 8.83 -
YUV 65.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 50 71 82 0.39 0.13 0 0.68 200.63 0.24 0.26
Hex 32 47 52 27 D 0 44 C9 18 1A
Octal 62 107 122 47 15 0 104 311 30 32
Binary 110010 1000111 1010010 100111 1101 0 1000100 11001001 11000 11010

Color Harmonies of #324752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324752

Black with #324752

Text Example


Text Example

White with #324752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324752; }

 p { color: rgb(50,71,82); }

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

background-color css

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

 a { background-color: rgb(50,71,82); }

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

border-color css

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

 span { border-color: rgb(50,71,82); }

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