Html Css Color HEX #314353 Arsenic

📋 copy color: '#314353'

red 49 ◦ green 67 ◦ blue 83

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

Shades of Arsenic #314353

Tints of Arsenic #314353

RGB

 RED value IS 49 (19.53% from 255) = 24.62%

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 24.62%
G = 33.67%
B = 41.71%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314353 (or 0x314353) is known color: Arsenic. HEX triplet: 31, 43 and 53. RGB value is (49,67,83). Sum of RGB (Red+Green+Blue) = 49+67+83=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #314353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314353 is #CEBCAC. Grayscale: #3F3F3F. Windows color (decimal): -13548717 or 5456689. OLE color: 5456689.

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

Color convert

RGB 49 67 83 -
CMYK 0.41 0.19 0 0.67
HSL 208.24º 0.26% 0.26% -
HSV(B) 208.24º 0.41% 0.33% -
XYZ 4.84 5.29 8.95 -
YUV 63.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 49 67 83 0.41 0.19 0 0.67 208.24 0.26 0.26
Hex 31 43 53 29 13 0 43 D0 1A 1A
Octal 61 103 123 51 23 0 103 320 32 32
Binary 110001 1000011 1010011 101001 10011 0 1000011 11010000 11010 11010

Color Harmonies of #314353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314353

Black with #314353

Text Example


Text Example

White with #314353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314353; }

 p { color: rgb(49,67,83); }

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

background-color css

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

 a { background-color: rgb(49,67,83); }

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

border-color css

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

 span { border-color: rgb(49,67,83); }

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