#3c36de

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

Shades of Neon Blue #3C36DE

Tints of Neon Blue #3C36DE

Color information

#3C36DE (or 0x3C36DE) is unknown color: approx Neon Blue. HEX triplet: 3C, 36 and DE. RGB value is (60,54,222). Sum of RGB (Red+Green+Blue) = 60+54+222=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C36DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36DE is #C3C921. Grayscale: #4A4A4A. Windows color (decimal): -12831010 or 14562876. OLE color: 14562876.

HSL color Cylindrical-coordinate representation of color #3C36DE: hue angle of 242.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C36DE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6054222-
CMYK0.730.7600.13
HSL242.14º71.79%54.12%-
HSV(B)242.14º75.68%87.06%-
XYZ16.378.8769.96-
YUV74.95210.99117.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 222 (87.11% from 255) = 66.07%
R=17.86%
G=16.07%
B=66.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60542220.730.7600.13242.1471.7954.12
Hex3C36DE494C0Df24836
Octal746633611111401536211066
Binary111100110110110111101001001100110001101111100101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c36de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,54,222); }

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

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

 a { background-color: rgb(60,54,222); }

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

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

 span { border-color: rgb(60,54,222); }

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