#3C32EE

Color #3C32EE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3C32EE

Tints of Neon Blue #3C32EE

Color information

#3C32EE (or 0x3C32EE) is unknown color: approx Neon Blue. HEX triplet: 3C, 32 and EE. RGB value is (60,50,238). Sum of RGB (Red+Green+Blue) = 60+50+238=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C32EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C32EE is #C3CD11. Grayscale: #494949. Windows color (decimal): -12832018 or 15610428. OLE color: 15610428.

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

Color convert

RGB6050238-
CMYK0.750.7900.07
HSL243.19º84.68%56.47%-
HSV(B)243.19º78.99%93.33%-
XYZ18.449.4181.73-
YUV74.42220.31117.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.24%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 238 (93.36% from 255) = 68.39%
R=17.24%
G=14.37%
B=68.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60502380.750.7900.07243.1984.6856.47
Hex3C32EE4B4F07f35538
Octal74623561131170736312570
Binary11110011001011101110100101110011110111111100111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C32EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C32EE; }

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

 H1.HeaderClassName
 {
   color: #3C32EE;
 }
 .AnyTagClassName
 {
   color: #3C32EE;
 }
</style>
background-color css

<style>
 a { background-color: #3C32EE; }

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

 div.DivClassName
 {
   background-color: #3C32EE;
 }
 .BgClassName
 {
   background-color: #3C32EE;
 }
</style>
border-color css

<style>
 span { border-color: #3C32EE; }

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

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