#314753

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

Shades of Atomic #314753

Tints of Atomic #314753

Color information

#314753 (or 0x314753) is unknown color: approx Atomic. HEX triplet: 31, 47 and 53. RGB value is (49,71,83). Sum of RGB (Red+Green+Blue) = 49+71+83=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #314753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314753 is #CEB8AC. Grayscale: #414141. Windows color (decimal): -13547693 or 5457713. OLE color: 5457713.

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

Color convert

RGB497183-
CMYK0.410.1400.67
HSL201.18º25.76%25.88%-
HSV(B)201.18º40.96%32.55%-
XYZ5.085.789.03-
YUV65.79137.71116.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=24.14%
G=34.98%
B=40.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4971830.410.1400.67201.1825.7625.88
Hex31475329E043c91a1a
Octal61107123511601033113232
Binary11000110001111010011101001111001000011110010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314753; }

 p { color: rgb(49,71,83); }

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

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

 a { background-color: rgb(49,71,83); }

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

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

 span { border-color: rgb(49,71,83); }

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