Html Css Color HEX #3530EA Neon Blue

📋 copy color: '#3530EA'

red 53 ◦ green 48 ◦ blue 234

#3530EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3530EA

Tints of Neon Blue #3530EA

RGB

 RED value IS 53 (21.09% from 255) = 15.82%

 GREEN value IS 48 (19.14% from 255) = 14.33%

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 15.82%
G = 14.33%
B = 69.85%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3530EA (or 0x3530EA) is known color: Neon Blue. HEX triplet: 35, 30 and EA. RGB value is (53,48,234). Sum of RGB (Red+Green+Blue) = 53+48+234=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #3530EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3530EA is #CACF15. Grayscale: #454545. Windows color (decimal): -13291286 or 15347765. OLE color: 15347765.

HSL color Cylindrical-coordinate representation of color #3530EA: hue angle of 241.61º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3530EA is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 48 234 -
CMYK 0.77 0.79 0 0.08
HSL 241.61º 0.82% 0.55% -
HSV(B) 241.61º 0.79% 0.92% -
XYZ 17.38 8.81 78.63 -
YUV 70.7 220.16 115.38 -
System Red Green Blue C M Y K H S L
Decimal 53 48 234 0.77 0.79 0 0.08 241.61 0.82 0.55
Hex 35 30 EA 4D 4F 0 8 F2 52 37
Octal 65 60 352 115 117 0 10 362 122 67
Binary 110101 110000 11101010 1001101 1001111 0 1000 11110010 1010010 110111

Color Harmonies of #3530EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530EA

Black with #3530EA

Text Example


Text Example

White with #3530EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3530EA; }

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

 H1.HeaderClassName
 {
   color: #3530EA;
 }
 .AnyTagClassName
 {
   color: #3530EA;
 }
</style>

background-color css

<style>
 a { background-color: #3530EA; }

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

 div.DivClassName
 {
   background-color: #3530EA;
 }
 .BgClassName
 {
   background-color: #3530EA;
 }
</style>

border-color css

<style>
 span { border-color: #3530EA; }

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

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