Shades of Neon Blue #3D34DD
Tints of Neon Blue #3D34DD
RGB
CMYK
RGB Variations
Color information
#3D34DD (or 0x3D34DD) is known color: Neon Blue. HEX triplet: 3D, 34 and DD. RGB value is (61,52,221). Sum of RGB (Red+Green+Blue) = 61+52+221=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D34DD is #C2CB22. Grayscale: #494949. Windows color (decimal): -12765987 or 14496829. OLE color: 14496829.
HSL color Cylindrical-coordinate representation of color #3D34DD: hue angle of 243.2º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D34DD is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 52 | 221 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.13 |
| HSL | 243.2º | 0.71% | 0.54% | - |
| HSV(B) | 243.2º | 0.76% | 0.87% | - |
| XYZ | 16.2 | 8.67 | 69.23 | - |
| YUV | 73.96 | 210.98 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 221 | 0.72 | 0.76 | 0 | 0.13 | 243.2 | 0.71 | 0.54 |
| Hex | 3D | 34 | DD | 48 | 4C | 0 | D | F3 | 47 | 36 |
| Octal | 75 | 64 | 335 | 110 | 114 | 0 | 15 | 363 | 107 | 66 |
| Binary | 111101 | 110100 | 11011101 | 1001000 | 1001100 | 0 | 1101 | 11110011 | 1000111 | 110110 |
Color Harmonies of #3D34DD
Complementary color
Monochromatic Colors of #3D34DD
Black with #3D34DD
Text Example
Text Example
White with #3D34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D34DD; }
p { color: rgb(61,52,221); }
H1.HeaderClassName
{
color: #3D34DD;
}
.AnyTagClassName
{
color: #3D34DD;
}
</style>
background-color css
<style>
a { background-color: #3D34DD; }
a { background-color: rgb(61,52,221); }
div.DivClassName
{
background-color: #3D34DD;
}
.BgClassName
{
background-color: #3D34DD;
}
</style>
border-color css
<style>
span { border-color: #3D34DD; }
span { border-color: rgb(61,52,221); }
td.TdClassName
{
border-color: #3D34DD;
}
.TagClassName
{
border-color: #3D34DD;
}
</style>