Html Css Color HEX #3335ED Neon Blue

📋 copy color: '#3335ED'

red 51 ◦ green 53 ◦ blue 237

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

Shades of Neon Blue #3335ED

Tints of Neon Blue #3335ED

RGB

 RED value IS 51 (20.31% from 255) = 14.96%

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 237 (92.97% from 255) = 69.5%

R = 14.96%
G = 15.54%
B = 69.5%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3335ED (or 0x3335ED) is known color: Neon Blue. HEX triplet: 33, 35 and ED. RGB value is (51,53,237). Sum of RGB (Red+Green+Blue) = 51+53+237=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #3335ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3335ED is #CCCA12. Grayscale: #484848. Windows color (decimal): -13421075 or 15545651. OLE color: 15545651.

HSL color Cylindrical-coordinate representation of color #3335ED: hue angle of 239.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3335ED is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 53 237 -
CMYK 0.78 0.78 0 0.07
HSL 239.35º 0.84% 0.56% -
HSV(B) 239.35º 0.78% 0.93% -
XYZ 17.92 9.36 80.98 -
YUV 73.38 220.34 112.04 -
System Red Green Blue C M Y K H S L
Decimal 51 53 237 0.78 0.78 0 0.07 239.35 0.84 0.56
Hex 33 35 ED 4E 4E 0 7 EF 54 38
Octal 63 65 355 116 116 0 7 357 124 70
Binary 110011 110101 11101101 1001110 1001110 0 111 11101111 1010100 111000

Color Harmonies of #3335ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3335ED

Black with #3335ED

Text Example


Text Example

White with #3335ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3335ED; }

 p { color: rgb(51,53,237); }

 H1.HeaderClassName
 {
   color: #3335ED;
 }
 .AnyTagClassName
 {
   color: #3335ED;
 }
</style>

background-color css

<style>
 a { background-color: #3335ED; }

 a { background-color: rgb(51,53,237); }

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

border-color css

<style>
 span { border-color: #3335ED; }

 span { border-color: rgb(51,53,237); }

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