#353AEA

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

Shades of Neon Blue #353AEA

Tints of Neon Blue #353AEA

Color information

#353AEA (or 0x353AEA) is unknown color: approx Neon Blue. HEX triplet: 35, 3A and EA. RGB value is (53,58,234). Sum of RGB (Red+Green+Blue) = 53+58+234=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #353AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AEA is #CAC515. Grayscale: #4B4B4B. Windows color (decimal): -13288726 or 15350325. OLE color: 15350325.

HSL color Cylindrical-coordinate representation of color #353AEA: hue angle of 238.34º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353AEA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5358234-
CMYK0.770.7500.08
HSL238.34º81.17%56.27%-
HSV(B)238.34º77.35%91.76%-
XYZ17.839.7278.78-
YUV76.57216.84111.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 234 (91.80% from 255) = 67.83%
R=15.36%
G=16.81%
B=67.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53582340.770.7500.08238.3481.1756.27
Hex353AEA4D4B08ee5138
Octal657235211511301035612170
Binary110101111010111010101001101100101101000111011101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353AEA; }

 p { color: rgb(53,58,234); }

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

<style>
 a { background-color: #353AEA; }

 a { background-color: rgb(53,58,234); }

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

<style>
 span { border-color: #353AEA; }

 span { border-color: rgb(53,58,234); }

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