Html Css Color HEX #323BEE Neon Blue

📋 copy color: '#323BEE'

red 50 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #323BEE

Tints of Neon Blue #323BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.59%

R = 14.41%
G = 17%
B = 68.59%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#323BEE (or 0x323BEE) is known color: Neon Blue. HEX triplet: 32, 3B and EE. RGB value is (50,59,238). Sum of RGB (Red+Green+Blue) = 50+59+238=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #323BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323BEE is #CDC411. Grayscale: #4B4B4B. Windows color (decimal): -13485074 or 15612722. OLE color: 15612722.

HSL color Cylindrical-coordinate representation of color #323BEE: hue angle of 237.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323BEE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 59 238 -
CMYK 0.79 0.75 0 0.07
HSL 237.13º 0.85% 0.56% -
HSV(B) 237.13º 0.79% 0.93% -
XYZ 18.31 9.98 81.85 -
YUV 76.72 219.02 108.95 -
System Red Green Blue C M Y K H S L
Decimal 50 59 238 0.79 0.75 0 0.07 237.13 0.85 0.56
Hex 32 3B EE 4F 4B 0 7 ED 55 38
Octal 62 73 356 117 113 0 7 355 125 70
Binary 110010 111011 11101110 1001111 1001011 0 111 11101101 1010101 111000

Color Harmonies of #323BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BEE

Black with #323BEE

Text Example


Text Example

White with #323BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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