#383BE2

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

Shades of Neon Blue #383BE2

Tints of Neon Blue #383BE2

Color information

#383BE2 (or 0x383BE2) is unknown color: approx Neon Blue. HEX triplet: 38, 3B and E2. RGB value is (56,59,226). Sum of RGB (Red+Green+Blue) = 56+59+226=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 226 (88.67% from 255 or 66.28% from 341); Max value from RGB is 226 - color contains mainly: blue. Hex color #383BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BE2 is #C7C41D. Grayscale: #4C4C4C. Windows color (decimal): -13091870 or 14826296. OLE color: 14826296.

HSL color Cylindrical-coordinate representation of color #383BE2: hue angle of 238.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383BE2 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5659226-
CMYK0.750.7400.11
HSL238.94º74.56%55.29%-
HSV(B)238.94º75.22%88.63%-
XYZ16.929.4672.89-
YUV77.14212.01112.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 59 (23.44% from 255) = 17.30%
BLUE value IS 226 (88.67% from 255) = 66.28%
R=16.42%
G=17.30%
B=66.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56592260.750.7400.11238.9474.5655.29
Hex383BE24B4A0Bef4b37
Octal707334211311201335711367
Binary111000111011111000101001011100101001011111011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383BE2; }

 p { color: rgb(56,59,226); }

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

<style>
 a { background-color: #383BE2; }

 a { background-color: rgb(56,59,226); }

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

<style>
 span { border-color: #383BE2; }

 span { border-color: rgb(56,59,226); }

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