Html Css Color HEX #323EE5 Neon Blue

📋 copy color: '#323EE5'

red 50 ◦ green 62 ◦ blue 229

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

Shades of Neon Blue #323EE5

Tints of Neon Blue #323EE5

RGB

 RED value IS 50 (19.92% from 255) = 14.66%

 GREEN value IS 62 (24.61% from 255) = 18.18%

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

R = 14.66%
G = 18.18%
B = 67.16%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#323EE5 (or 0x323EE5) is known color: Neon Blue. HEX triplet: 32, 3E and E5. RGB value is (50,62,229). Sum of RGB (Red+Green+Blue) = 50+62+229=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #323EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EE5 is #CDC11A. Grayscale: #4C4C4C. Windows color (decimal): -13484315 or 15023666. OLE color: 15023666.

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

Color convert

RGB 50 62 229 -
CMYK 0.78 0.73 0 0.10
HSL 235.98º 0.77% 0.55% -
HSV(B) 235.98º 0.78% 0.9% -
XYZ 17.18 9.78 75.11 -
YUV 77.45 213.52 108.42 -
System Red Green Blue C M Y K H S L
Decimal 50 62 229 0.78 0.73 0 0.10 235.98 0.77 0.55
Hex 32 3E E5 4E 49 0 A EC 4D 37
Octal 62 76 345 116 111 0 12 354 115 67
Binary 110010 111110 11100101 1001110 1001001 0 1010 11101100 1001101 110111

Color Harmonies of #323EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EE5

Black with #323EE5

Text Example


Text Example

White with #323EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323EE5; }

 p { color: rgb(50,62,229); }

 H1.HeaderClassName
 {
   color: #323EE5;
 }
 .AnyTagClassName
 {
   color: #323EE5;
 }
</style>

background-color css

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

 a { background-color: rgb(50,62,229); }

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

border-color css

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

 span { border-color: rgb(50,62,229); }

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