Html Css Color HEX #314351 Arsenic

📋 copy color: '#314351'

red 49 ◦ green 67 ◦ blue 81

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

Shades of Arsenic #314351

Tints of Arsenic #314351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 24.87%
G = 34.01%
B = 41.12%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314351 (or 0x314351) is known color: Arsenic. HEX triplet: 31, 43 and 51. RGB value is (49,67,81). Sum of RGB (Red+Green+Blue) = 49+67+81=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #314351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314351 is #CEBCAE. Grayscale: #3F3F3F. Windows color (decimal): -13548719 or 5325617. OLE color: 5325617.

HSL color Cylindrical-coordinate representation of color #314351: hue angle of 206.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314351 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 67 81 -
CMYK 0.40 0.17 0 0.68
HSL 206.25º 0.25% 0.25% -
HSV(B) 206.25º 0.4% 0.32% -
XYZ 4.76 5.26 8.55 -
YUV 63.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 49 67 81 0.40 0.17 0 0.68 206.25 0.25 0.25
Hex 31 43 51 28 11 0 44 CE 19 19
Octal 61 103 121 50 21 0 104 316 31 31
Binary 110001 1000011 1010001 101000 10001 0 1000100 11001110 11001 11001

Color Harmonies of #314351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314351

Black with #314351

Text Example


Text Example

White with #314351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314351; }

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

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

background-color css

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

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

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

border-color css

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

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

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