Html Css Color HEX #314450 Arsenic

📋 copy color: '#314450'

red 49 ◦ green 68 ◦ blue 80

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

Shades of Arsenic #314450

Tints of Arsenic #314450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 24.87%
G = 34.52%
B = 40.61%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#314450 (or 0x314450) is known color: Arsenic. HEX triplet: 31, 44 and 50. RGB value is (49,68,80). Sum of RGB (Red+Green+Blue) = 49+68+80=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #314450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314450 is #CEBBAF. Grayscale: #3F3F3F. Windows color (decimal): -13548464 or 5260337. OLE color: 5260337.

HSL color Cylindrical-coordinate representation of color #314450: hue angle of 203.23º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314450 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 68 80 -
CMYK 0.39 0.15 0 0.69
HSL 203.23º 0.24% 0.25% -
HSV(B) 203.23º 0.39% 0.31% -
XYZ 4.78 5.37 8.37 -
YUV 63.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 49 68 80 0.39 0.15 0 0.69 203.23 0.24 0.25
Hex 31 44 50 27 F 0 45 CB 18 19
Octal 61 104 120 47 17 0 105 313 30 31
Binary 110001 1000100 1010000 100111 1111 0 1000101 11001011 11000 11001

Color Harmonies of #314450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314450

Black with #314450

Text Example


Text Example

White with #314450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314450; }

 p { color: rgb(49,68,80); }

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

background-color css

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

 a { background-color: rgb(49,68,80); }

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

border-color css

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

 span { border-color: rgb(49,68,80); }

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