Html Css Color HEX #324453 Arsenic

📋 copy color: '#324453'

red 50 ◦ green 68 ◦ blue 83

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

Shades of Arsenic #324453

Tints of Arsenic #324453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 24.88%
G = 33.83%
B = 41.29%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324453 (or 0x324453) is known color: Arsenic. HEX triplet: 32, 44 and 53. RGB value is (50,68,83). Sum of RGB (Red+Green+Blue) = 50+68+83=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #324453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324453 is #CDBBAC. Grayscale: #404040. Windows color (decimal): -13482925 or 5456946. OLE color: 5456946.

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

Color convert

RGB 50 68 83 -
CMYK 0.40 0.18 0 0.67
HSL 207.27º 0.25% 0.26% -
HSV(B) 207.27º 0.4% 0.33% -
XYZ 4.94 5.44 8.97 -
YUV 64.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 50 68 83 0.40 0.18 0 0.67 207.27 0.25 0.26
Hex 32 44 53 28 12 0 43 CF 19 1A
Octal 62 104 123 50 22 0 103 317 31 32
Binary 110010 1000100 1010011 101000 10010 0 1000011 11001111 11001 11010

Color Harmonies of #324453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324453

Black with #324453

Text Example


Text Example

White with #324453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324453; }

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

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

background-color css

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

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

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

border-color css

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

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

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