Html Css Color HEX #314251 Arsenic

📋 copy color: '#314251'

red 49 ◦ green 66 ◦ blue 81

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

Shades of Arsenic #314251

Tints of Arsenic #314251

RGB

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

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

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

R = 25%
G = 33.67%
B = 41.33%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314251 (or 0x314251) is known color: Arsenic. HEX triplet: 31, 42 and 51. RGB value is (49,66,81). Sum of RGB (Red+Green+Blue) = 49+66+81=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #314251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314251 is #CEBDAE. Grayscale: #3E3E3E. Windows color (decimal): -13548975 or 5325361. OLE color: 5325361.

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

Color convert

RGB 49 66 81 -
CMYK 0.40 0.19 0 0.68
HSL 208.13º 0.25% 0.25% -
HSV(B) 208.13º 0.4% 0.32% -
XYZ 4.7 5.14 8.53 -
YUV 62.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 49 66 81 0.40 0.19 0 0.68 208.13 0.25 0.25
Hex 31 42 51 28 13 0 44 D0 19 19
Octal 61 102 121 50 23 0 104 320 31 31
Binary 110001 1000010 1010001 101000 10011 0 1000100 11010000 11001 11001

Color Harmonies of #314251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314251

Black with #314251

Text Example


Text Example

White with #314251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314251; }

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

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

background-color css

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

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

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

border-color css

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

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

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