#314854

Color #314854 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #314854

Tints of Atomic #314854

Color information

#314854 (or 0x314854) is unknown color: approx Atomic. HEX triplet: 31, 48 and 54. RGB value is (49,72,84). Sum of RGB (Red+Green+Blue) = 49+72+84=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #314854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314854 is #CEB7AB. Grayscale: #424242. Windows color (decimal): -13547436 or 5523505. OLE color: 5523505.

HSL color Cylindrical-coordinate representation of color #314854: hue angle of 200.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314854 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB497284-
CMYK0.420.1400.67
HSL200.57º26.32%26.08%-
HSV(B)200.57º41.67%32.94%-
XYZ5.185.939.26-
YUV66.49137.88115.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=23.90%
G=35.12%
B=40.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4972840.420.1400.67200.5726.3226.08
Hex3148542AE043c91a1a
Octal61110124521601033113232
Binary11000110010001010100101010111001000011110010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314854; }

 p { color: rgb(49,72,84); }

 H1.HeaderClassName
 {
   color: #314854;
 }
 .AnyTagClassName
 {
   color: #314854;
 }
</style>
background-color css

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

 a { background-color: rgb(49,72,84); }

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

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

 span { border-color: rgb(49,72,84); }

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