Html Css Color HEX #323BE5 Neon Blue

📋 copy color: '#323BE5'

red 50 ◦ green 59 ◦ blue 229

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

Shades of Neon Blue #323BE5

Tints of Neon Blue #323BE5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

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

R = 14.79%
G = 17.46%
B = 67.75%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#323BE5 (or 0x323BE5) is known color: Neon Blue. HEX triplet: 32, 3B and E5. RGB value is (50,59,229). Sum of RGB (Red+Green+Blue) = 50+59+229=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #323BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BE5 is #CDC41A. Grayscale: #4B4B4B. Windows color (decimal): -13485083 or 15022898. OLE color: 15022898.

HSL color Cylindrical-coordinate representation of color #323BE5: hue angle of 236.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 #323BE5 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 59 229 -
CMYK 0.78 0.74 0 0.10
HSL 236.98º 0.77% 0.55% -
HSV(B) 236.98º 0.78% 0.9% -
XYZ 17.02 9.46 75.06 -
YUV 75.69 214.52 109.68 -
System Red Green Blue C M Y K H S L
Decimal 50 59 229 0.78 0.74 0 0.10 236.98 0.77 0.55
Hex 32 3B E5 4E 4A 0 A ED 4D 37
Octal 62 73 345 116 112 0 12 355 115 67
Binary 110010 111011 11100101 1001110 1001010 0 1010 11101101 1001101 110111

Color Harmonies of #323BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BE5

Black with #323BE5

Text Example


Text Example

White with #323BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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