#3036EC

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

Shades of Neon Blue #3036EC

Tints of Neon Blue #3036EC

Color information

#3036EC (or 0x3036EC) is unknown color: approx Neon Blue. HEX triplet: 30, 36 and EC. RGB value is (48,54,236). Sum of RGB (Red+Green+Blue) = 48+54+236=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #3036EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3036EC is #CFC913. Grayscale: #484848. Windows color (decimal): -13617428 or 15480368. OLE color: 15480368.

HSL color Cylindrical-coordinate representation of color #3036EC: hue angle of 238.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3036EC is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4854236-
CMYK0.800.7700.07
HSL238.09º83.19%55.69%-
HSV(B)238.09º79.66%92.55%-
XYZ17.689.3280.22-
YUV72.95220.01110.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 236 (92.58% from 255) = 69.82%
R=14.20%
G=15.98%
B=69.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48542360.800.7700.07238.0983.1955.69
Hex3036EC504D07ee5338
Octal60663541201150735612370
Binary11000011011011101100101000010011010111111011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3036EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3036EC; }

 p { color: rgb(48,54,236); }

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

<style>
 a { background-color: #3036EC; }

 a { background-color: rgb(48,54,236); }

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

<style>
 span { border-color: #3036EC; }

 span { border-color: rgb(48,54,236); }

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