Shades of Medium Blue #3302BD
Tints of Medium Blue #3302BD
RGB
CMYK
RGB Variations
Color information
#3302BD (or 0x3302BD) is known color: Medium Blue. HEX triplet: 33, 02 and BD. RGB value is (51,2,189). Sum of RGB (Red+Green+Blue) = 51+2+189=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #3302BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302BD is #CCFD42. Grayscale: #252525. Windows color (decimal): -13434179 or 12386867. OLE color: 12386867.
HSL color Cylindrical-coordinate representation of color #3302BD: hue angle of 255.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302BD is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 2 | 189 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.26 |
| HSL | 255.72º | 0.98% | 0.37% | - |
| HSV(B) | 255.72º | 0.99% | 0.74% | - |
| XYZ | 10.57 | 4.42 | 48.44 | - |
| YUV | 37.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 189 | 0.73 | 0.99 | 0 | 0.26 | 255.72 | 0.98 | 0.37 |
| Hex | 33 | 2 | BD | 49 | 63 | 0 | 1A | 100 | 62 | 25 |
| Octal | 63 | 2 | 275 | 111 | 143 | 0 | 32 | 400 | 142 | 45 |
| Binary | 110011 | 10 | 10111101 | 1001001 | 1100011 | 0 | 11010 | 100000000 | 1100010 | 100101 |
Color Harmonies of #3302BD
Complementary color
Monochromatic Colors of #3302BD
Black with #3302BD
Text Example
Text Example
White with #3302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302BD; }
p { color: rgb(51,2,189); }
H1.HeaderClassName
{
color: #3302BD;
}
.AnyTagClassName
{
color: #3302BD;
}
</style>
background-color css
<style>
a { background-color: #3302BD; }
a { background-color: rgb(51,2,189); }
div.DivClassName
{
background-color: #3302BD;
}
.BgClassName
{
background-color: #3302BD;
}
</style>
border-color css
<style>
span { border-color: #3302BD; }
span { border-color: rgb(51,2,189); }
td.TdClassName
{
border-color: #3302BD;
}
.TagClassName
{
border-color: #3302BD;
}
</style>