Html Css Color HEX #323DEE Neon Blue

📋 copy color: '#323DEE'

red 50 ◦ green 61 ◦ blue 238

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

Shades of Neon Blue #323DEE

Tints of Neon Blue #323DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

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

R = 14.33%
G = 17.48%
B = 68.19%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#323DEE (or 0x323DEE) is known color: Neon Blue. HEX triplet: 32, 3D and EE. RGB value is (50,61,238). Sum of RGB (Red+Green+Blue) = 50+61+238=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #323DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DEE is #CDC211. Grayscale: #4D4D4D. Windows color (decimal): -13484562 or 15613234. OLE color: 15613234.

HSL color Cylindrical-coordinate representation of color #323DEE: hue angle of 236.49º 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 #323DEE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 61 238 -
CMYK 0.79 0.74 0 0.07
HSL 236.49º 0.85% 0.56% -
HSV(B) 236.49º 0.79% 0.93% -
XYZ 18.42 10.19 81.88 -
YUV 77.89 218.36 108.11 -
System Red Green Blue C M Y K H S L
Decimal 50 61 238 0.79 0.74 0 0.07 236.49 0.85 0.56
Hex 32 3D EE 4F 4A 0 7 EC 55 38
Octal 62 75 356 117 112 0 7 354 125 70
Binary 110010 111101 11101110 1001111 1001010 0 111 11101100 1010101 111000

Color Harmonies of #323DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DEE

Black with #323DEE

Text Example


Text Example

White with #323DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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