#3D33EE

Color #3D33EE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3D33EE

Tints of Neon Blue #3D33EE

Color information

#3D33EE (or 0x3D33EE) is unknown color: approx Neon Blue. HEX triplet: 3D, 33 and EE. RGB value is (61,51,238). Sum of RGB (Red+Green+Blue) = 61+51+238=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D33EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D33EE is #C2CC11. Grayscale: #4A4A4A. Windows color (decimal): -12766226 or 15610685. OLE color: 15610685.

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

Color convert

RGB6151238-
CMYK0.740.7900.07
HSL243.21º84.62%56.67%-
HSV(B)243.21º78.57%93.33%-
XYZ18.549.5381.75-
YUV75.31219.81117.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 238 (93.36% from 255) = 68%
R=17.43%
G=14.57%
B=68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61512380.740.7900.07243.2184.6256.67
Hex3D33EE4A4F07f35539
Octal75633561121170736312571
Binary11110111001111101110100101010011110111111100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D33EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D33EE; }

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

 H1.HeaderClassName
 {
   color: #3D33EE;
 }
 .AnyTagClassName
 {
   color: #3D33EE;
 }
</style>
background-color css

<style>
 a { background-color: #3D33EE; }

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

 div.DivClassName
 {
   background-color: #3D33EE;
 }
 .BgClassName
 {
   background-color: #3D33EE;
 }
</style>
border-color css

<style>
 span { border-color: #3D33EE; }

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

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