Html Css Color HEX #324651 Atomic

📋 copy color: '#324651'

red 50 ◦ green 70 ◦ blue 81

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

Shades of Atomic #324651

Tints of Atomic #324651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 24.88%
G = 34.83%
B = 40.3%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324651 (or 0x324651) is known color: Atomic. HEX triplet: 32, 46 and 51. RGB value is (50,70,81). Sum of RGB (Red+Green+Blue) = 50+70+81=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #324651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324651 is #CDB9AE. Grayscale: #414141. Windows color (decimal): -13482415 or 5326386. OLE color: 5326386.

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

Color convert

RGB 50 70 81 -
CMYK 0.38 0.14 0 0.68
HSL 201.29º 0.24% 0.26% -
HSV(B) 201.29º 0.38% 0.32% -
XYZ 4.99 5.65 8.61 -
YUV 65.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 50 70 81 0.38 0.14 0 0.68 201.29 0.24 0.26
Hex 32 46 51 26 E 0 44 C9 18 1A
Octal 62 106 121 46 16 0 104 311 30 32
Binary 110010 1000110 1010001 100110 1110 0 1000100 11001001 11000 11010

Color Harmonies of #324651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324651

Black with #324651

Text Example


Text Example

White with #324651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324651; }

 p { color: rgb(50,70,81); }

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

background-color css

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

 a { background-color: rgb(50,70,81); }

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

border-color css

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

 span { border-color: rgb(50,70,81); }

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