Shades of Medium Blue #3300D2
Tints of Medium Blue #3300D2
RGB
CMYK
RGB Variations
Color information
#3300D2 (or 0x3300D2) is known color: Medium Blue. HEX triplet: 33, 00 and D2. RGB value is (51,0,210). Sum of RGB (Red+Green+Blue) = 51+0+210=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 210 (82.42% from 255 or 80.46% from 261); Max value from RGB is 210 - color contains mainly: blue. Hex color #3300D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300D2 is #CCFF2D. Grayscale: #262626. Windows color (decimal): -13434670 or 13762611. OLE color: 13762611.
HSL color Cylindrical-coordinate representation of color #3300D2: hue angle of 254.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300D2 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 0 | 210 | - |
| CMYK | 0.76 | 1 | 0 | 0.18 |
| HSL | 254.57º | 1% | 0.41% | - |
| HSV(B) | 254.57º | 1% | 0.82% | - |
| XYZ | 13 | 5.36 | 61.32 | - |
| YUV | 39.19 | 224.4 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 210 | 0.76 | 1 | 0 | 0.18 | 254.57 | 1 | 0.41 |
| Hex | 33 | 0 | D2 | 4C | 64 | 0 | 12 | FF | 64 | 29 |
| Octal | 63 | 0 | 322 | 114 | 144 | 0 | 22 | 377 | 144 | 51 |
| Binary | 110011 | 0 | 11010010 | 1001100 | 1100100 | 0 | 10010 | 11111111 | 1100100 | 101001 |
Color Harmonies of #3300D2
Complementary color
Monochromatic Colors of #3300D2
Black with #3300D2
Text Example
Text Example
White with #3300D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300D2; }
p { color: rgb(51,0,210); }
H1.HeaderClassName
{
color: #3300D2;
}
.AnyTagClassName
{
color: #3300D2;
}
</style>
background-color css
<style>
a { background-color: #3300D2; }
a { background-color: rgb(51,0,210); }
div.DivClassName
{
background-color: #3300D2;
}
.BgClassName
{
background-color: #3300D2;
}
</style>
border-color css
<style>
span { border-color: #3300D2; }
span { border-color: rgb(51,0,210); }
td.TdClassName
{
border-color: #3300D2;
}
.TagClassName
{
border-color: #3300D2;
}
</style>