Shades of Medium Blue #3305BD
Tints of Medium Blue #3305BD
RGB
CMYK
RGB Variations
Color information
#3305BD (or 0x3305BD) is known color: Medium Blue. HEX triplet: 33, 05 and BD. RGB value is (51,5,189). Sum of RGB (Red+Green+Blue) = 51+5+189=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #3305BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3305BD is #CCFA42. Grayscale: #272727. Windows color (decimal): -13433411 or 12387635. OLE color: 12387635.
HSL color Cylindrical-coordinate representation of color #3305BD: hue angle of 255º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3305BD is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 5 | 189 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.26 |
| HSL | 255º | 0.95% | 0.38% | - |
| HSV(B) | 255º | 0.97% | 0.74% | - |
| XYZ | 10.6 | 4.49 | 48.45 | - |
| YUV | 39.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 189 | 0.73 | 0.97 | 0 | 0.26 | 255 | 0.95 | 0.38 |
| Hex | 33 | 5 | BD | 49 | 61 | 0 | 1A | FF | 5F | 26 |
| Octal | 63 | 5 | 275 | 111 | 141 | 0 | 32 | 377 | 137 | 46 |
| Binary | 110011 | 101 | 10111101 | 1001001 | 1100001 | 0 | 11010 | 11111111 | 1011111 | 100110 |
Color Harmonies of #3305BD
Complementary color
Monochromatic Colors of #3305BD
Black with #3305BD
Text Example
Text Example
White with #3305BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305BD; }
p { color: rgb(51,5,189); }
H1.HeaderClassName
{
color: #3305BD;
}
.AnyTagClassName
{
color: #3305BD;
}
</style>
background-color css
<style>
a { background-color: #3305BD; }
a { background-color: rgb(51,5,189); }
div.DivClassName
{
background-color: #3305BD;
}
.BgClassName
{
background-color: #3305BD;
}
</style>
border-color css
<style>
span { border-color: #3305BD; }
span { border-color: rgb(51,5,189); }
td.TdClassName
{
border-color: #3305BD;
}
.TagClassName
{
border-color: #3305BD;
}
</style>