Html Css Color HEX #344251 Arsenic

📋 copy color: '#344251'

red 52 ◦ green 66 ◦ blue 81

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

Shades of Arsenic #344251

Tints of Arsenic #344251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 26.13%
G = 33.17%
B = 40.7%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344251 (or 0x344251) is known color: Arsenic. HEX triplet: 34, 42 and 51. RGB value is (52,66,81). Sum of RGB (Red+Green+Blue) = 52+66+81=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #344251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344251 is #CBBDAE. Grayscale: #3F3F3F. Windows color (decimal): -13352367 or 5325364. OLE color: 5325364.

HSL color Cylindrical-coordinate representation of color #344251: hue angle of 211.03º 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 #344251 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 66 81 -
CMYK 0.36 0.19 0 0.68
HSL 211.03º 0.22% 0.26% -
HSV(B) 211.03º 0.36% 0.32% -
XYZ 4.85 5.22 8.54 -
YUV 63.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 52 66 81 0.36 0.19 0 0.68 211.03 0.22 0.26
Hex 34 42 51 24 13 0 44 D3 16 1A
Octal 64 102 121 44 23 0 104 323 26 32
Binary 110100 1000010 1010001 100100 10011 0 1000100 11010011 10110 11010

Color Harmonies of #344251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344251

Black with #344251

Text Example


Text Example

White with #344251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344251; }

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

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

background-color css

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

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

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

border-color css

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

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

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