Html Css Color HEX #314252 Arsenic

📋 copy color: '#314252'

red 49 ◦ green 66 ◦ blue 82

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

Shades of Arsenic #314252

Tints of Arsenic #314252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

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

R = 24.87%
G = 33.5%
B = 41.62%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314252 (or 0x314252) is known color: Arsenic. HEX triplet: 31, 42 and 52. RGB value is (49,66,82). Sum of RGB (Red+Green+Blue) = 49+66+82=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #314252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314252 is #CEBDAD. Grayscale: #3E3E3E. Windows color (decimal): -13548974 or 5390897. OLE color: 5390897.

HSL color Cylindrical-coordinate representation of color #314252: hue angle of 209.09º 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 #314252 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 66 82 -
CMYK 0.40 0.20 0 0.68
HSL 209.09º 0.25% 0.26% -
HSV(B) 209.09º 0.4% 0.32% -
XYZ 4.74 5.16 8.73 -
YUV 62.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 49 66 82 0.40 0.20 0 0.68 209.09 0.25 0.26
Hex 31 42 52 28 14 0 44 D1 19 1A
Octal 61 102 122 50 24 0 104 321 31 32
Binary 110001 1000010 1010010 101000 10100 0 1000100 11010001 11001 11010

Color Harmonies of #314252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314252

Black with #314252

Text Example


Text Example

White with #314252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314252; }

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

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

background-color css

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

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

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

border-color css

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

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

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