Html Css Color HEX #3334ED Neon Blue

📋 copy color: '#3334ED'

red 51 ◦ green 52 ◦ blue 237

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

Shades of Neon Blue #3334ED

Tints of Neon Blue #3334ED

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 15%
G = 15.29%
B = 69.71%

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

#3334ED (or 0x3334ED) is known color: Neon Blue. HEX triplet: 33, 34 and ED. RGB value is (51,52,237). Sum of RGB (Red+Green+Blue) = 51+52+237=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #3334ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3334ED is #CCCB12. Grayscale: #484848. Windows color (decimal): -13421331 or 15545395. OLE color: 15545395.

HSL color Cylindrical-coordinate representation of color #3334ED: hue angle of 239.68º 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 #3334ED is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 52 237 -
CMYK 0.78 0.78 0 0.07
HSL 239.68º 0.84% 0.56% -
HSV(B) 239.68º 0.78% 0.93% -
XYZ 17.88 9.27 80.97 -
YUV 72.79 220.67 112.46 -
System Red Green Blue C M Y K H S L
Decimal 51 52 237 0.78 0.78 0 0.07 239.68 0.84 0.56
Hex 33 34 ED 4E 4E 0 7 F0 54 38
Octal 63 64 355 116 116 0 7 360 124 70
Binary 110011 110100 11101101 1001110 1001110 0 111 11110000 1010100 111000

Color Harmonies of #3334ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334ED

Black with #3334ED

Text Example


Text Example

White with #3334ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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