Shades of Medium Blue #3305C8
Tints of Medium Blue #3305C8
RGB
CMYK
RGB Variations
Color information
#3305C8 (or 0x3305C8) is known color: Medium Blue. HEX triplet: 33, 05 and C8. RGB value is (51,5,200). Sum of RGB (Red+Green+Blue) = 51+5+200=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 200 (78.52% from 255 or 78.12% from 256); Max value from RGB is 200 - color contains mainly: blue. Hex color #3305C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3305C8 is #CCFA37. Grayscale: #282828. Windows color (decimal): -13433400 or 13108531. OLE color: 13108531.
HSL color Cylindrical-coordinate representation of color #3305C8: hue angle of 254.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3305C8 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 5 | 200 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.22 |
| HSL | 254.15º | 0.95% | 0.4% | - |
| HSV(B) | 254.15º | 0.98% | 0.78% | - |
| XYZ | 11.84 | 4.98 | 54.98 | - |
| YUV | 40.98 | 217.74 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 200 | 0.74 | 0.98 | 0 | 0.22 | 254.15 | 0.95 | 0.4 |
| Hex | 33 | 5 | C8 | 4A | 62 | 0 | 16 | FE | 5F | 28 |
| Octal | 63 | 5 | 310 | 112 | 142 | 0 | 26 | 376 | 137 | 50 |
| Binary | 110011 | 101 | 11001000 | 1001010 | 1100010 | 0 | 10110 | 11111110 | 1011111 | 101000 |
Color Harmonies of #3305C8
Complementary color
Monochromatic Colors of #3305C8
Black with #3305C8
Text Example
Text Example
White with #3305C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305C8; }
p { color: rgb(51,5,200); }
H1.HeaderClassName
{
color: #3305C8;
}
.AnyTagClassName
{
color: #3305C8;
}
</style>
background-color css
<style>
a { background-color: #3305C8; }
a { background-color: rgb(51,5,200); }
div.DivClassName
{
background-color: #3305C8;
}
.BgClassName
{
background-color: #3305C8;
}
</style>
border-color css
<style>
span { border-color: #3305C8; }
span { border-color: rgb(51,5,200); }
td.TdClassName
{
border-color: #3305C8;
}
.TagClassName
{
border-color: #3305C8;
}
</style>