Html Css Color HEX #313AE5 Neon Blue

📋 copy color: '#313AE5'

red 49 ◦ green 58 ◦ blue 229

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

Shades of Neon Blue #313AE5

Tints of Neon Blue #313AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

 BLUE value IS 229 (89.84% from 255) = 68.15%

R = 14.58%
G = 17.26%
B = 68.15%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#313AE5 (or 0x313AE5) is known color: Neon Blue. HEX triplet: 31, 3A and E5. RGB value is (49,58,229). Sum of RGB (Red+Green+Blue) = 49+58+229=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #313AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313AE5 is #CEC51A. Grayscale: #4A4A4A. Windows color (decimal): -13550875 or 15022641. OLE color: 15022641.

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

Color convert

RGB 49 58 229 -
CMYK 0.79 0.75 0 0.10
HSL 237º 0.78% 0.55% -
HSV(B) 237º 0.79% 0.9% -
XYZ 16.92 9.34 75.04 -
YUV 74.8 215.02 109.6 -
System Red Green Blue C M Y K H S L
Decimal 49 58 229 0.79 0.75 0 0.10 237 0.78 0.55
Hex 31 3A E5 4F 4B 0 A ED 4E 37
Octal 61 72 345 117 113 0 12 355 116 67
Binary 110001 111010 11100101 1001111 1001011 0 1010 11101101 1001110 110111

Color Harmonies of #313AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AE5

Black with #313AE5

Text Example


Text Example

White with #313AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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