#313AE8

Color #313AE8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #313AE8

Tints of Neon Blue #313AE8

Color information

#313AE8 (or 0x313AE8) is unknown color: approx Neon Blue. HEX triplet: 31, 3A and E8. RGB value is (49,58,232). Sum of RGB (Red+Green+Blue) = 49+58+232=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #313AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AE8 is #CEC517. Grayscale: #4A4A4A. Windows color (decimal): -13550872 or 15219249. OLE color: 15219249.

HSL color Cylindrical-coordinate representation of color #313AE8: hue angle of 237.05º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313AE8 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4958232-
CMYK0.790.7500.09
HSL237.05º79.91%55.1%-
HSV(B)237.05º78.88%90.98%-
XYZ17.359.5177.26-
YUV75.15216.52109.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 232 (91.02% from 255) = 68.44%
R=14.45%
G=17.11%
B=68.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49582320.790.7500.09237.0579.9155.1
Hex313AE84F4B09ed5037
Octal617235011711301135512067
Binary110001111010111010001001111100101101001111011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313AE8; }

 p { color: rgb(49,58,232); }

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

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

 a { background-color: rgb(49,58,232); }

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

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

 span { border-color: rgb(49,58,232); }

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