Html Css Color HEX #314452 Arsenic

📋 copy color: '#314452'

red 49 ◦ green 68 ◦ blue 82

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

Shades of Arsenic #314452

Tints of Arsenic #314452

RGB

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

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

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

R = 24.62%
G = 34.17%
B = 41.21%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314452 (or 0x314452) is known color: Arsenic. HEX triplet: 31, 44 and 52. RGB value is (49,68,82). Sum of RGB (Red+Green+Blue) = 49+68+82=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #314452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314452 is #CEBBAD. Grayscale: #3F3F3F. Windows color (decimal): -13548462 or 5391409. OLE color: 5391409.

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

Color convert

RGB 49 68 82 -
CMYK 0.40 0.17 0 0.68
HSL 205.45º 0.25% 0.26% -
HSV(B) 205.45º 0.4% 0.32% -
XYZ 4.86 5.4 8.77 -
YUV 63.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 49 68 82 0.40 0.17 0 0.68 205.45 0.25 0.26
Hex 31 44 52 28 11 0 44 CD 19 1A
Octal 61 104 122 50 21 0 104 315 31 32
Binary 110001 1000100 1010010 101000 10001 0 1000100 11001101 11001 11010

Color Harmonies of #314452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314452

Black with #314452

Text Example


Text Example

White with #314452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314452; }

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

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

background-color css

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

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

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

border-color css

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

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

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