Html Css Color HEX #333AE5 Neon Blue

📋 copy color: '#333AE5'

red 51 ◦ green 58 ◦ blue 229

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

Shades of Neon Blue #333AE5

Tints of Neon Blue #333AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 229 (89.84% from 255) = 67.75%

R = 15.09%
G = 17.16%
B = 67.75%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#333AE5 (or 0x333AE5) is known color: Neon Blue. HEX triplet: 33, 3A and E5. RGB value is (51,58,229). Sum of RGB (Red+Green+Blue) = 51+58+229=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #333AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333AE5 is #CCC51A. Grayscale: #4A4A4A. Windows color (decimal): -13419803 or 15022643. OLE color: 15022643.

HSL color Cylindrical-coordinate representation of color #333AE5: hue angle of 237.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333AE5 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 58 229 -
CMYK 0.78 0.75 0 0.10
HSL 237.64º 0.77% 0.55% -
HSV(B) 237.64º 0.78% 0.9% -
XYZ 17.02 9.39 75.04 -
YUV 75.4 214.68 110.6 -
System Red Green Blue C M Y K H S L
Decimal 51 58 229 0.78 0.75 0 0.10 237.64 0.77 0.55
Hex 33 3A E5 4E 4B 0 A EE 4D 37
Octal 63 72 345 116 113 0 12 356 115 67
Binary 110011 111010 11100101 1001110 1001011 0 1010 11101110 1001101 110111

Color Harmonies of #333AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AE5

Black with #333AE5

Text Example


Text Example

White with #333AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,58,229); }

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

background-color css

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

 a { background-color: rgb(51,58,229); }

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

border-color css

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

 span { border-color: rgb(51,58,229); }

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