Html Css Color HEX #314551 Arsenic

📋 copy color: '#314551'

red 49 ◦ green 69 ◦ blue 81

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

Shades of Arsenic #314551

Tints of Arsenic #314551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 24.62%
G = 34.67%
B = 40.7%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314551 (or 0x314551) is known color: Arsenic. HEX triplet: 31, 45 and 51. RGB value is (49,69,81). Sum of RGB (Red+Green+Blue) = 49+69+81=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #314551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314551 is #CEBAAE. Grayscale: #404040. Windows color (decimal): -13548207 or 5326129. OLE color: 5326129.

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

Color convert

RGB 49 69 81 -
CMYK 0.40 0.15 0 0.68
HSL 202.5º 0.25% 0.25% -
HSV(B) 202.5º 0.4% 0.32% -
XYZ 4.88 5.5 8.59 -
YUV 64.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 49 69 81 0.40 0.15 0 0.68 202.5 0.25 0.25
Hex 31 45 51 28 F 0 44 CA 19 19
Octal 61 105 121 50 17 0 104 312 31 31
Binary 110001 1000101 1010001 101000 1111 0 1000100 11001010 11001 11001

Color Harmonies of #314551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314551

Black with #314551

Text Example


Text Example

White with #314551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314551; }

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

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

background-color css

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

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

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

border-color css

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

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

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