#3B38E2

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

Shades of Neon Blue #3B38E2

Tints of Neon Blue #3B38E2

Color information

#3B38E2 (or 0x3B38E2) is unknown color: approx Neon Blue. HEX triplet: 3B, 38 and E2. RGB value is (59,56,226). Sum of RGB (Red+Green+Blue) = 59+56+226=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 56 (22.27% from 255 or 16.42% 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 #3B38E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B38E2 is #C4C71D. Grayscale: #4B4B4B. Windows color (decimal): -12896030 or 14825531. OLE color: 14825531.

HSL color Cylindrical-coordinate representation of color #3B38E2: hue angle of 241.06º 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 #3B38E2 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5956226-
CMYK0.740.7500.11
HSL241.06º74.56%55.29%-
HSV(B)241.06º75.22%88.63%-
XYZ16.959.2572.84-
YUV76.28212.49115.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59562260.740.7500.11241.0674.5655.29
Hex3B38E24A4B0Bf14b37
Octal737034211211301336111367
Binary111011111000111000101001010100101101011111100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B38E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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