Html Css Color HEX #353EEA Neon Blue

📋 copy color: '#353EEA'

red 53 ◦ green 62 ◦ blue 234

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

Shades of Neon Blue #353EEA

Tints of Neon Blue #353EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

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

R = 15.19%
G = 17.77%
B = 67.05%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#353EEA (or 0x353EEA) is known color: Neon Blue. HEX triplet: 35, 3E and EA. RGB value is (53,62,234). Sum of RGB (Red+Green+Blue) = 53+62+234=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #353EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EEA is #CAC115. Grayscale: #4E4E4E. Windows color (decimal): -13287702 or 15351349. OLE color: 15351349.

HSL color Cylindrical-coordinate representation of color #353EEA: hue angle of 237.02º 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 #353EEA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 62 234 -
CMYK 0.77 0.74 0 0.08
HSL 237.02º 0.81% 0.56% -
HSV(B) 237.02º 0.77% 0.92% -
XYZ 18.04 10.14 78.85 -
YUV 78.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 53 62 234 0.77 0.74 0 0.08 237.02 0.81 0.56
Hex 35 3E EA 4D 4A 0 8 ED 51 38
Octal 65 76 352 115 112 0 10 355 121 70
Binary 110101 111110 11101010 1001101 1001010 0 1000 11101101 1010001 111000

Color Harmonies of #353EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EEA

Black with #353EEA

Text Example


Text Example

White with #353EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #353EEA;
 }
 .AnyTagClassName
 {
   color: #353EEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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