Shades of Medium Blue #3306C0
Tints of Medium Blue #3306C0
RGB
CMYK
RGB Variations
Color information
#3306C0 (or 0x3306C0) is known color: Medium Blue. HEX triplet: 33, 06 and C0. RGB value is (51,6,192). Sum of RGB (Red+Green+Blue) = 51+6+192=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 192 (75.39% from 255 or 77.11% from 249); Max value from RGB is 192 - color contains mainly: blue. Hex color #3306C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306C0 is #CCF93F. Grayscale: #272727. Windows color (decimal): -13433152 or 12584499. OLE color: 12584499.
HSL color Cylindrical-coordinate representation of color #3306C0: hue angle of 254.52º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3306C0 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 6 | 192 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.25 |
| HSL | 254.52º | 0.94% | 0.39% | - |
| HSV(B) | 254.52º | 0.97% | 0.75% | - |
| XYZ | 10.94 | 4.64 | 50.19 | - |
| YUV | 40.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 192 | 0.73 | 0.97 | 0 | 0.25 | 254.52 | 0.94 | 0.39 |
| Hex | 33 | 6 | C0 | 49 | 61 | 0 | 19 | FF | 5E | 27 |
| Octal | 63 | 6 | 300 | 111 | 141 | 0 | 31 | 377 | 136 | 47 |
| Binary | 110011 | 110 | 11000000 | 1001001 | 1100001 | 0 | 11001 | 11111111 | 1011110 | 100111 |
Color Harmonies of #3306C0
Complementary color
Monochromatic Colors of #3306C0
Black with #3306C0
Text Example
Text Example
White with #3306C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3306C0; }
p { color: rgb(51,6,192); }
H1.HeaderClassName
{
color: #3306C0;
}
.AnyTagClassName
{
color: #3306C0;
}
</style>
background-color css
<style>
a { background-color: #3306C0; }
a { background-color: rgb(51,6,192); }
div.DivClassName
{
background-color: #3306C0;
}
.BgClassName
{
background-color: #3306C0;
}
</style>
border-color css
<style>
span { border-color: #3306C0; }
span { border-color: rgb(51,6,192); }
td.TdClassName
{
border-color: #3306C0;
}
.TagClassName
{
border-color: #3306C0;
}
</style>