Shades of Medium Blue #3303C1
Tints of Medium Blue #3303C1
RGB
CMYK
RGB Variations
Color information
#3303C1 (or 0x3303C1) is known color: Medium Blue. HEX triplet: 33, 03 and C1. RGB value is (51,3,193). Sum of RGB (Red+Green+Blue) = 51+3+193=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 193 (75.78% from 255 or 78.14% from 247); Max value from RGB is 193 - color contains mainly: blue. Hex color #3303C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3303C1 is #CCFC3E. Grayscale: #262626. Windows color (decimal): -13433919 or 12649267. OLE color: 12649267.
HSL color Cylindrical-coordinate representation of color #3303C1: hue angle of 255.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3303C1 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 3 | 193 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.24 |
| HSL | 255.16º | 0.97% | 0.38% | - |
| HSV(B) | 255.16º | 0.98% | 0.76% | - |
| XYZ | 11.02 | 4.62 | 50.76 | - |
| YUV | 39.01 | 214.9 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 193 | 0.74 | 0.98 | 0 | 0.24 | 255.16 | 0.97 | 0.38 |
| Hex | 33 | 3 | C1 | 4A | 62 | 0 | 18 | FF | 61 | 26 |
| Octal | 63 | 3 | 301 | 112 | 142 | 0 | 30 | 377 | 141 | 46 |
| Binary | 110011 | 11 | 11000001 | 1001010 | 1100010 | 0 | 11000 | 11111111 | 1100001 | 100110 |
Color Harmonies of #3303C1
Complementary color
Monochromatic Colors of #3303C1
Black with #3303C1
Text Example
Text Example
White with #3303C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3303C1; }
p { color: rgb(51,3,193); }
H1.HeaderClassName
{
color: #3303C1;
}
.AnyTagClassName
{
color: #3303C1;
}
</style>
background-color css
<style>
a { background-color: #3303C1; }
a { background-color: rgb(51,3,193); }
div.DivClassName
{
background-color: #3303C1;
}
.BgClassName
{
background-color: #3303C1;
}
</style>
border-color css
<style>
span { border-color: #3303C1; }
span { border-color: rgb(51,3,193); }
td.TdClassName
{
border-color: #3303C1;
}
.TagClassName
{
border-color: #3303C1;
}
</style>