Html Css Color HEX #344451 Arsenic

📋 copy color: '#344451'

red 52 ◦ green 68 ◦ blue 81

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

Shades of Arsenic #344451

Tints of Arsenic #344451

RGB

 RED value IS 52 (20.7% from 255) = 25.87%

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

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

R = 25.87%
G = 33.83%
B = 40.3%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344451 (or 0x344451) is known color: Arsenic. HEX triplet: 34, 44 and 51. RGB value is (52,68,81). Sum of RGB (Red+Green+Blue) = 52+68+81=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 68 (26.95% from 255 or 33.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 #344451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344451 is #CBBBAE. Grayscale: #404040. Windows color (decimal): -13351855 or 5325876. OLE color: 5325876.

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

Color convert

RGB 52 68 81 -
CMYK 0.36 0.16 0 0.68
HSL 206.9º 0.22% 0.26% -
HSV(B) 206.9º 0.36% 0.32% -
XYZ 4.97 5.46 8.58 -
YUV 64.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 52 68 81 0.36 0.16 0 0.68 206.9 0.22 0.26
Hex 34 44 51 24 10 0 44 CF 16 1A
Octal 64 104 121 44 20 0 104 317 26 32
Binary 110100 1000100 1010001 100100 10000 0 1000100 11001111 10110 11010

Color Harmonies of #344451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344451

Black with #344451

Text Example


Text Example

White with #344451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344451; }

 p { color: rgb(52,68,81); }

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

background-color css

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

 a { background-color: rgb(52,68,81); }

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

border-color css

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

 span { border-color: rgb(52,68,81); }

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