Html Css Color HEX #3133EE Neon Blue

📋 copy color: '#3133EE'

red 49 ◦ green 51 ◦ blue 238

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

Shades of Neon Blue #3133EE

Tints of Neon Blue #3133EE

RGB

 RED value IS 49 (19.53% from 255) = 14.5%

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

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 14.5%
G = 15.09%
B = 70.41%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3133EE (or 0x3133EE) is known color: Neon Blue. HEX triplet: 31, 33 and EE. RGB value is (49,51,238). Sum of RGB (Red+Green+Blue) = 49+51+238=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #3133EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3133EE is #CECC11. Grayscale: #464646. Windows color (decimal): -13552658 or 15610673. OLE color: 15610673.

HSL color Cylindrical-coordinate representation of color #3133EE: hue angle of 239.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3133EE is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 51 238 -
CMYK 0.79 0.79 0 0.07
HSL 239.37º 0.85% 0.56% -
HSV(B) 239.37º 0.79% 0.93% -
XYZ 17.88 9.19 81.72 -
YUV 71.72 221.84 111.79 -
System Red Green Blue C M Y K H S L
Decimal 49 51 238 0.79 0.79 0 0.07 239.37 0.85 0.56
Hex 31 33 EE 4F 4F 0 7 EF 55 38
Octal 61 63 356 117 117 0 7 357 125 70
Binary 110001 110011 11101110 1001111 1001111 0 111 11101111 1010101 111000

Color Harmonies of #3133EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3133EE

Black with #3133EE

Text Example


Text Example

White with #3133EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3133EE; }

 p { color: rgb(49,51,238); }

 H1.HeaderClassName
 {
   color: #3133EE;
 }
 .AnyTagClassName
 {
   color: #3133EE;
 }
</style>

background-color css

<style>
 a { background-color: #3133EE; }

 a { background-color: rgb(49,51,238); }

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

border-color css

<style>
 span { border-color: #3133EE; }

 span { border-color: rgb(49,51,238); }

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