#3544E4

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

Shades of Neon Blue #3544E4

Tints of Neon Blue #3544E4

Color information

#3544E4 (or 0x3544E4) is unknown color: approx Neon Blue. HEX triplet: 35, 44 and E4. RGB value is (53,68,228). Sum of RGB (Red+Green+Blue) = 53+68+228=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 228 (89.45% from 255 or 65.33% from 349); Max value from RGB is 228 - color contains mainly: blue. Hex color #3544E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3544E4 is #CABB1B. Grayscale: #515151. Windows color (decimal): -13286172 or 14959669. OLE color: 14959669.

HSL color Cylindrical-coordinate representation of color #3544E4: hue angle of 234.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3544E4 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5368228-
CMYK0.770.7000.11
HSL234.86º76.42%55.1%-
HSV(B)234.86º76.75%89.41%-
XYZ17.5410.4974.5-
YUV81.76210.53107.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 228 (89.45% from 255) = 65.33%
R=15.19%
G=19.48%
B=65.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53682280.770.7000.11234.8676.4255.1
Hex3544E44D460Beb4c37
Octal6510434411510601335311467
Binary1101011000100111001001001101100011001011111010111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3544E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3544E4; }

 p { color: rgb(53,68,228); }

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

<style>
 a { background-color: #3544E4; }

 a { background-color: rgb(53,68,228); }

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

<style>
 span { border-color: #3544E4; }

 span { border-color: rgb(53,68,228); }

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