Shades of Medium Blue #3302BF
Tints of Medium Blue #3302BF
RGB
CMYK
RGB Variations
Color information
#3302BF (or 0x3302BF) is known color: Medium Blue. HEX triplet: 33, 02 and BF. RGB value is (51,2,191). Sum of RGB (Red+Green+Blue) = 51+2+191=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #3302BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302BF is #CCFD40. Grayscale: #252525. Windows color (decimal): -13434177 or 12517939. OLE color: 12517939.
HSL color Cylindrical-coordinate representation of color #3302BF: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302BF is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 2 | 191 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.25 |
| HSL | 255.56º | 0.98% | 0.38% | - |
| HSV(B) | 255.56º | 0.99% | 0.75% | - |
| XYZ | 10.79 | 4.51 | 49.59 | - |
| YUV | 38.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 191 | 0.73 | 0.99 | 0 | 0.25 | 255.56 | 0.98 | 0.38 |
| Hex | 33 | 2 | BF | 49 | 63 | 0 | 19 | 100 | 62 | 26 |
| Octal | 63 | 2 | 277 | 111 | 143 | 0 | 31 | 400 | 142 | 46 |
| Binary | 110011 | 10 | 10111111 | 1001001 | 1100011 | 0 | 11001 | 100000000 | 1100010 | 100110 |
Color Harmonies of #3302BF
Complementary color
Monochromatic Colors of #3302BF
Black with #3302BF
Text Example
Text Example
White with #3302BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302BF; }
p { color: rgb(51,2,191); }
H1.HeaderClassName
{
color: #3302BF;
}
.AnyTagClassName
{
color: #3302BF;
}
</style>
background-color css
<style>
a { background-color: #3302BF; }
a { background-color: rgb(51,2,191); }
div.DivClassName
{
background-color: #3302BF;
}
.BgClassName
{
background-color: #3302BF;
}
</style>
border-color css
<style>
span { border-color: #3302BF; }
span { border-color: rgb(51,2,191); }
td.TdClassName
{
border-color: #3302BF;
}
.TagClassName
{
border-color: #3302BF;
}
</style>