#3D33DD

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

Shades of Neon Blue #3D33DD

Tints of Neon Blue #3D33DD

Color information

#3D33DD (or 0x3D33DD) is unknown color: approx Neon Blue. HEX triplet: 3D, 33 and DD. RGB value is (61,51,221). Sum of RGB (Red+Green+Blue) = 61+51+221=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D33DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D33DD is #C2CC22. Grayscale: #484848. Windows color (decimal): -12766243 or 14496573. OLE color: 14496573.

HSL color Cylindrical-coordinate representation of color #3D33DD: hue angle of 243.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D33DD is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6151221-
CMYK0.720.7700.13
HSL243.53º71.43%53.33%-
HSV(B)243.53º76.92%86.67%-
XYZ16.168.5869.21-
YUV73.37211.31119.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 221 (86.72% from 255) = 66.37%
R=18.32%
G=15.32%
B=66.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61512210.720.7700.13243.5371.4353.33
Hex3D33DD484D0Df44735
Octal756333511011501536410765
Binary111101110011110111011001000100110101101111101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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