#3836E1

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

Shades of Neon Blue #3836E1

Tints of Neon Blue #3836E1

Color information

#3836E1 (or 0x3836E1) is unknown color: approx Neon Blue. HEX triplet: 38, 36 and E1. RGB value is (56,54,225). Sum of RGB (Red+Green+Blue) = 56+54+225=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #3836E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3836E1 is #C7C91E. Grayscale: #494949. Windows color (decimal): -13093151 or 14759480. OLE color: 14759480.

HSL color Cylindrical-coordinate representation of color #3836E1: hue angle of 240.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3836E1 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5654225-
CMYK0.750.7600.12
HSL240.7º74.03%54.71%-
HSV(B)240.7º76%88.24%-
XYZ16.548.9272.08-
YUV74.09213.16115.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 225 (88.28% from 255) = 67.16%
R=16.72%
G=16.12%
B=67.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56542250.750.7600.12240.774.0354.71
Hex3836E14B4C0Cf14a37
Octal706634111311401436111267
Binary111000110110111000011001011100110001100111100011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3836E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3836E1; }

 p { color: rgb(56,54,225); }

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

<style>
 a { background-color: #3836E1; }

 a { background-color: rgb(56,54,225); }

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

<style>
 span { border-color: #3836E1; }

 span { border-color: rgb(56,54,225); }

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