Html Css Color HEX #314352 Arsenic

📋 copy color: '#314352'

red 49 ◦ green 67 ◦ blue 82

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

Shades of Arsenic #314352

Tints of Arsenic #314352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 24.75%
G = 33.84%
B = 41.41%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314352 (or 0x314352) is known color: Arsenic. HEX triplet: 31, 43 and 52. RGB value is (49,67,82). Sum of RGB (Red+Green+Blue) = 49+67+82=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #314352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314352 is #CEBCAD. Grayscale: #3F3F3F. Windows color (decimal): -13548718 or 5391153. OLE color: 5391153.

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

Color convert

RGB 49 67 82 -
CMYK 0.40 0.18 0 0.68
HSL 207.27º 0.25% 0.26% -
HSV(B) 207.27º 0.4% 0.32% -
XYZ 4.8 5.28 8.75 -
YUV 63.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 49 67 82 0.40 0.18 0 0.68 207.27 0.25 0.26
Hex 31 43 52 28 12 0 44 CF 19 1A
Octal 61 103 122 50 22 0 104 317 31 32
Binary 110001 1000011 1010010 101000 10010 0 1000100 11001111 11001 11010

Color Harmonies of #314352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314352

Black with #314352

Text Example


Text Example

White with #314352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314352; }

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

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

background-color css

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

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

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

border-color css

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

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

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