Html Css Color HEX #333AFF Neon Blue

📋 copy color: '#333AFF'

red 51 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #333AFF

Tints of Neon Blue #333AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.05%

R = 14.01%
G = 15.93%
B = 70.05%

CMYK

 C value IS 0.8

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#333AFF (or 0x333AFF) is known color: Neon Blue. HEX triplet: 33, 3A and FF. RGB value is (51,58,255). Sum of RGB (Red+Green+Blue) = 51+58+255=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #333AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333AFF is #CCC500. Grayscale: #4D4D4D. Windows color (decimal): -13419777 or 16726579. OLE color: 16726579.

HSL color Cylindrical-coordinate representation of color #333AFF: hue angle of 237.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333AFF is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 58 255 -
CMYK 0.8 0.77 0 0
HSL 237.94º 1% 0.6% -
HSV(B) 237.94º 0.8% 1% -
XYZ 20.93 10.95 95.62 -
YUV 78.37 227.68 108.48 -
System Red Green Blue C M Y K H S L
Decimal 51 58 255 0.8 0.77 0 0 237.94 1 0.6
Hex 33 3A FF 50 4D 0 0 EE 64 3C
Octal 63 72 377 120 115 0 0 356 144 74
Binary 110011 111010 11111111 1010000 1001101 0 0 11101110 1100100 111100

Color Harmonies of #333AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AFF

Black with #333AFF

Text Example


Text Example

White with #333AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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