Html Css Color HEX #333EEA Neon Blue

📋 copy color: '#333EEA'

red 51 ◦ green 62 ◦ blue 234

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

Shades of Neon Blue #333EEA

Tints of Neon Blue #333EEA

RGB

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

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

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

R = 14.7%
G = 17.87%
B = 67.44%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#333EEA (or 0x333EEA) is known color: Neon Blue. HEX triplet: 33, 3E and EA. RGB value is (51,62,234). Sum of RGB (Red+Green+Blue) = 51+62+234=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #333EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333EEA is #CCC115. Grayscale: #4D4D4D. Windows color (decimal): -13418774 or 15351347. OLE color: 15351347.

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

Color convert

RGB 51 62 234 -
CMYK 0.78 0.74 0 0.08
HSL 236.39º 0.81% 0.56% -
HSV(B) 236.39º 0.78% 0.92% -
XYZ 17.94 10.09 78.84 -
YUV 78.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 51 62 234 0.78 0.74 0 0.08 236.39 0.81 0.56
Hex 33 3E EA 4E 4A 0 8 EC 51 38
Octal 63 76 352 116 112 0 10 354 121 70
Binary 110011 111110 11101010 1001110 1001010 0 1000 11101100 1010001 111000

Color Harmonies of #333EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EEA

Black with #333EEA

Text Example


Text Example

White with #333EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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