Html Css Color HEX #344655 Arsenic

📋 copy color: '#344655'

red 52 ◦ green 70 ◦ blue 85

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

Shades of Arsenic #344655

Tints of Arsenic #344655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 25.12%
G = 33.82%
B = 41.06%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344655 (or 0x344655) is known color: Arsenic. HEX triplet: 34, 46 and 55. RGB value is (52,70,85). Sum of RGB (Red+Green+Blue) = 52+70+85=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #344655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344655 is #CBB9AA. Grayscale: #424242. Windows color (decimal): -13351339 or 5588532. OLE color: 5588532.

HSL color Cylindrical-coordinate representation of color #344655: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344655 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 70 85 -
CMYK 0.39 0.18 0 0.67
HSL 207.27º 0.24% 0.27% -
HSV(B) 207.27º 0.39% 0.33% -
XYZ 5.25 5.77 9.43 -
YUV 66.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 52 70 85 0.39 0.18 0 0.67 207.27 0.24 0.27
Hex 34 46 55 27 12 0 43 CF 18 1B
Octal 64 106 125 47 22 0 103 317 30 33
Binary 110100 1000110 1010101 100111 10010 0 1000011 11001111 11000 11011

Color Harmonies of #344655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344655

Black with #344655

Text Example


Text Example

White with #344655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344655; }

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

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

background-color css

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

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

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

border-color css

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

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

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