Html Css Color HEX #344453 Arsenic

📋 copy color: '#344453'

red 52 ◦ green 68 ◦ blue 83

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

Shades of Arsenic #344453

Tints of Arsenic #344453

RGB

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

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

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

R = 25.62%
G = 33.5%
B = 40.89%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344453 (or 0x344453) is known color: 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

RGB 52 68 83 -
CMYK 0.37 0.18 0 0.67
HSL 209.03º 0.23% 0.26% -
HSV(B) 209.03º 0.37% 0.33% -
XYZ 5.04 5.49 8.98 -
YUV 64.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 52 68 83 0.37 0.18 0 0.67 209.03 0.23 0.26
Hex 34 44 53 25 12 0 43 D1 17 1A
Octal 64 104 123 45 22 0 103 321 27 32
Binary 110100 1000100 1010011 100101 10010 0 1000011 11010001 10111 11010

Color Harmonies of #344453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344453

Black with #344453

Text Example


Text Example

White with #344453

Text Example


Text Example

HTML Codes & Css Web 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>