#344453

Color #344453 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #344453

Tints of Arsenic #344453

Color information

#344453 (or 0x344453) is unknown color: approx Arsenic. HEX triplet: 34, 44 and 53. RGB value is (52,68,83). Sum of RGB (Red+Green+Blue) = 52+68+83=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #344453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344453 is #CBBBAC. Grayscale: #404040. Windows color (decimal): -13351853 or 5456948. OLE color: 5456948.

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

Color convert

RGB526883-
CMYK0.370.1800.67
HSL209.03º22.96%26.47%-
HSV(B)209.03º37.35%32.55%-
XYZ5.045.498.98-
YUV64.93138.2118.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=25.62%
G=33.50%
B=40.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5268830.370.1800.67209.0322.9626.47
Hex3444532512043d1171a
Octal64104123452201033212732
Binary110100100010010100111001011001001000011110100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344453; }

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

 H1.HeaderClassName
 {
   color: #344453;
 }
 .AnyTagClassName
 {
   color: #344453;
 }
</style>
background-color css

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

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

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

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

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

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