#3C31EB

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

Shades of Neon Blue #3C31EB

Tints of Neon Blue #3C31EB

Color information

#3C31EB (or 0x3C31EB) is unknown color: approx Neon Blue. HEX triplet: 3C, 31 and EB. RGB value is (60,49,235). Sum of RGB (Red+Green+Blue) = 60+49+235=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C31EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C31EB is #C3CE14. Grayscale: #484848. Windows color (decimal): -12832277 or 15413564. OLE color: 15413564.

HSL color Cylindrical-coordinate representation of color #3C31EB: hue angle of 243.55º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C31EB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6049235-
CMYK0.740.7900.08
HSL243.55º82.3%55.69%-
HSV(B)243.55º79.15%92.16%-
XYZ17.969.1679.42-
YUV73.49219.14118.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.44%
GREEN value IS 49 (19.53% from 255) = 14.24%
BLUE value IS 235 (92.19% from 255) = 68.31%
R=17.44%
G=14.24%
B=68.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal60492350.740.7900.08243.5582.355.69
Hex3C31EB4A4F08f45238
Octal746135311211701036412270
Binary111100110001111010111001010100111101000111101001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,235); }

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

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

 a { background-color: rgb(60,49,235); }

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

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

 span { border-color: rgb(60,49,235); }

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