#3B48E4

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

Shades of Neon Blue #3B48E4

Tints of Neon Blue #3B48E4

Color information

#3B48E4 (or 0x3B48E4) is unknown color: approx Neon Blue. HEX triplet: 3B, 48 and E4. RGB value is (59,72,228). Sum of RGB (Red+Green+Blue) = 59+72+228=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #3B48E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B48E4 is #C4B71B. Grayscale: #555555. Windows color (decimal): -12891932 or 14960699. OLE color: 14960699.

HSL color Cylindrical-coordinate representation of color #3B48E4: hue angle of 235.38º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B48E4 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5972228-
CMYK0.740.6800.11
HSL235.38º75.78%56.27%-
HSV(B)235.38º74.12%89.41%-
XYZ18.1211.1774.6-
YUV85.9208.19108.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.43%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 228 (89.45% from 255) = 63.51%
R=16.43%
G=20.06%
B=63.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59722280.740.6800.11235.3875.7856.27
Hex3B48E44A440Beb4c38
Octal7311034411210401335311470
Binary1110111001000111001001001010100010001011111010111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B48E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,228); }

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

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

 a { background-color: rgb(59,72,228); }

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

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

 span { border-color: rgb(59,72,228); }

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