#3D36DF

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

Shades of Neon Blue #3D36DF

Tints of Neon Blue #3D36DF

Color information

#3D36DF (or 0x3D36DF) is unknown color: approx Neon Blue. HEX triplet: 3D, 36 and DF. RGB value is (61,54,223). Sum of RGB (Red+Green+Blue) = 61+54+223=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D36DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D36DF is #C2C920. Grayscale: #4A4A4A. Windows color (decimal): -12765473 or 14628413. OLE color: 14628413.

HSL color Cylindrical-coordinate representation of color #3D36DF: hue angle of 242.49º degrees, saturation: 0.73, 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 #3D36DF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6154223-
CMYK0.730.7600.13
HSL242.49º72.53%54.31%-
HSV(B)242.49º75.78%87.45%-
XYZ16.568.9670.67-
YUV75.36211.32117.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=18.05%
G=15.98%
B=65.98%

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
Decimal61542230.730.7600.13242.4972.5354.31
Hex3D36DF494C0Df24936
Octal756633711111401536211166
Binary111101110110110111111001001100110001101111100101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D36DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,223); }

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

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

 a { background-color: rgb(61,54,223); }

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

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

 span { border-color: rgb(61,54,223); }

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