Html Css Color HEX #334DED Neon Blue

📋 copy color: '#334DED'

red 51 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #334DED

Tints of Neon Blue #334DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

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

R = 13.97%
G = 21.1%
B = 64.93%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#334DED (or 0x334DED) is known color: Neon Blue. HEX triplet: 33, 4D and ED. RGB value is (51,77,237). Sum of RGB (Red+Green+Blue) = 51+77+237=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #334DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DED is #CCB212. Grayscale: #565656. Windows color (decimal): -13414931 or 15551795. OLE color: 15551795.

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

Color convert

RGB 51 77 237 -
CMYK 0.78 0.68 0 0.07
HSL 231.61º 0.84% 0.56% -
HSV(B) 231.61º 0.78% 0.93% -
XYZ 19.31 12.13 81.44 -
YUV 87.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 51 77 237 0.78 0.68 0 0.07 231.61 0.84 0.56
Hex 33 4D ED 4E 44 0 7 E8 54 38
Octal 63 115 355 116 104 0 7 350 124 70
Binary 110011 1001101 11101101 1001110 1000100 0 111 11101000 1010100 111000

Color Harmonies of #334DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DED

Black with #334DED

Text Example


Text Example

White with #334DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334DED; }

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

 H1.HeaderClassName
 {
   color: #334DED;
 }
 .AnyTagClassName
 {
   color: #334DED;
 }
</style>

background-color css

<style>
 a { background-color: #334DED; }

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

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

border-color css

<style>
 span { border-color: #334DED; }

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

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