Html Css Color HEX #313CEA Neon Blue

📋 copy color: '#313CEA'

red 49 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #313CEA

Tints of Neon Blue #313CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 14.29%
G = 17.49%
B = 68.22%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#313CEA (or 0x313CEA) is known color: Neon Blue. HEX triplet: 31, 3C and EA. RGB value is (49,60,234). Sum of RGB (Red+Green+Blue) = 49+60+234=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #313CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CEA is #CEC315. Grayscale: #4B4B4B. Windows color (decimal): -13550358 or 15350833. OLE color: 15350833.

HSL color Cylindrical-coordinate representation of color #313CEA: hue angle of 236.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313CEA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 60 234 -
CMYK 0.79 0.74 0 0.08
HSL 236.43º 0.81% 0.55% -
HSV(B) 236.43º 0.79% 0.92% -
XYZ 17.73 9.83 78.8 -
YUV 76.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 49 60 234 0.79 0.74 0 0.08 236.43 0.81 0.55
Hex 31 3C EA 4F 4A 0 8 EC 51 37
Octal 61 74 352 117 112 0 10 354 121 67
Binary 110001 111100 11101010 1001111 1001010 0 1000 11101100 1010001 110111

Color Harmonies of #313CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CEA

Black with #313CEA

Text Example


Text Example

White with #313CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,60,234); }

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

background-color css

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

 a { background-color: rgb(49,60,234); }

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

border-color css

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

 span { border-color: rgb(49,60,234); }

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