#314852

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

Shades of Atomic #314852

Tints of Atomic #314852

Color information

#314852 (or 0x314852) is unknown color: approx Atomic. HEX triplet: 31, 48 and 52. RGB value is (49,72,82). Sum of RGB (Red+Green+Blue) = 49+72+82=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #314852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314852 is #CEB7AD. Grayscale: #424242. Windows color (decimal): -13547438 or 5392433. OLE color: 5392433.

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

Color convert

RGB497282-
CMYK0.400.1200.68
HSL198.18º25.19%25.69%-
HSV(B)198.18º40.24%32.16%-
XYZ5.115.98.85-
YUV66.26136.88115.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=24.14%
G=35.47%
B=40.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4972820.400.1200.68198.1825.1925.69
Hex31485228C044c6191a
Octal61110122501401043063132
Binary11000110010001010010101000110001000100110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314852; }

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

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

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

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

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

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

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

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