Html Css Color HEX #344653 Arsenic

📋 copy color: '#344653'

red 52 ◦ green 70 ◦ blue 83

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

Shades of Arsenic #344653

Tints of Arsenic #344653

RGB

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

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

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

R = 25.37%
G = 34.15%
B = 40.49%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344653 (or 0x344653) is known color: Arsenic. HEX triplet: 34, 46 and 53. RGB value is (52,70,83). Sum of RGB (Red+Green+Blue) = 52+70+83=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #344653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344653 is #CBB9AC. Grayscale: #424242. Windows color (decimal): -13351341 or 5457460. OLE color: 5457460.

HSL color Cylindrical-coordinate representation of color #344653: hue angle of 205.16º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344653 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 70 83 -
CMYK 0.37 0.16 0 0.67
HSL 205.16º 0.23% 0.26% -
HSV(B) 205.16º 0.37% 0.33% -
XYZ 5.17 5.73 9.02 -
YUV 66.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 52 70 83 0.37 0.16 0 0.67 205.16 0.23 0.26
Hex 34 46 53 25 10 0 43 CD 17 1A
Octal 64 106 123 45 20 0 103 315 27 32
Binary 110100 1000110 1010011 100101 10000 0 1000011 11001101 10111 11010

Color Harmonies of #344653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344653

Black with #344653

Text Example


Text Example

White with #344653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344653; }

 p { color: rgb(52,70,83); }

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

background-color css

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

 a { background-color: rgb(52,70,83); }

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

border-color css

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

 span { border-color: rgb(52,70,83); }

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