Html Css Color HEX #334BEA Neon Blue

📋 copy color: '#334BEA'

red 51 ◦ green 75 ◦ blue 234

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

Shades of Neon Blue #334BEA

Tints of Neon Blue #334BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

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

R = 14.17%
G = 20.83%
B = 65%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#334BEA (or 0x334BEA) is known color: Neon Blue. HEX triplet: 33, 4B and EA. RGB value is (51,75,234). Sum of RGB (Red+Green+Blue) = 51+75+234=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #334BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BEA is #CCB415. Grayscale: #555555. Windows color (decimal): -13415446 or 15354675. OLE color: 15354675.

HSL color Cylindrical-coordinate representation of color #334BEA: hue angle of 232.13º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334BEA is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 75 234 -
CMYK 0.78 0.68 0 0.08
HSL 232.13º 0.81% 0.56% -
HSV(B) 232.13º 0.78% 0.92% -
XYZ 18.73 11.68 79.11 -
YUV 85.95 211.55 103.07 -
System Red Green Blue C M Y K H S L
Decimal 51 75 234 0.78 0.68 0 0.08 232.13 0.81 0.56
Hex 33 4B EA 4E 44 0 8 E8 51 38
Octal 63 113 352 116 104 0 10 350 121 70
Binary 110011 1001011 11101010 1001110 1000100 0 1000 11101000 1010001 111000

Color Harmonies of #334BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BEA

Black with #334BEA

Text Example


Text Example

White with #334BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,234); }

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

background-color css

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

 a { background-color: rgb(51,75,234); }

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

border-color css

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

 span { border-color: rgb(51,75,234); }

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