Html Css Color HEX #353AEA Neon Blue

📋 copy color: '#353AEA'

red 53 ◦ green 58 ◦ blue 234

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

Shades of Neon Blue #353AEA

Tints of Neon Blue #353AEA

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.8% from 255) = 67.83%

R = 15.36%
G = 16.81%
B = 67.83%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#353AEA (or 0x353AEA) is known color: 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

RGB 53 58 234 -
CMYK 0.77 0.75 0 0.08
HSL 238.34º 0.81% 0.56% -
HSV(B) 238.34º 0.77% 0.92% -
XYZ 17.83 9.72 78.78 -
YUV 76.57 216.84 111.19 -
System Red Green Blue C M Y K H S L
Decimal 53 58 234 0.77 0.75 0 0.08 238.34 0.81 0.56
Hex 35 3A EA 4D 4B 0 8 EE 51 38
Octal 65 72 352 115 113 0 10 356 121 70
Binary 110101 111010 11101010 1001101 1001011 0 1000 11101110 1010001 111000

Color Harmonies of #353AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AEA

Black with #353AEA

Text Example


Text Example

White with #353AEA

Text Example


Text Example

HTML Codes & Css Web 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>