Shades of Medium Blue #3309C9
Tints of Medium Blue #3309C9
RGB
CMYK
RGB Variations
Color information
#3309C9 (or 0x3309C9) is known color: Medium Blue. HEX triplet: 33, 09 and C9. RGB value is (51,9,201). Sum of RGB (Red+Green+Blue) = 51+9+201=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 201 (78.91% from 255 or 77.01% from 261); Max value from RGB is 201 - color contains mainly: blue. Hex color #3309C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3309C9 is #CCF636. Grayscale: #2A2A2A. Windows color (decimal): -13432375 or 13175091. OLE color: 13175091.
HSL color Cylindrical-coordinate representation of color #3309C9: hue angle of 253.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3309C9 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 9 | 201 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.21 |
| HSL | 253.13º | 0.91% | 0.41% | - |
| HSV(B) | 253.13º | 0.96% | 0.79% | - |
| XYZ | 12.01 | 5.12 | 55.61 | - |
| YUV | 43.45 | 216.91 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 201 | 0.75 | 0.96 | 0 | 0.21 | 253.13 | 0.91 | 0.41 |
| Hex | 33 | 9 | C9 | 4B | 60 | 0 | 15 | FD | 5B | 29 |
| Octal | 63 | 11 | 311 | 113 | 140 | 0 | 25 | 375 | 133 | 51 |
| Binary | 110011 | 1001 | 11001001 | 1001011 | 1100000 | 0 | 10101 | 11111101 | 1011011 | 101001 |
Color Harmonies of #3309C9
Complementary color
Monochromatic Colors of #3309C9
Black with #3309C9
Text Example
Text Example
White with #3309C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3309C9; }
p { color: rgb(51,9,201); }
H1.HeaderClassName
{
color: #3309C9;
}
.AnyTagClassName
{
color: #3309C9;
}
</style>
background-color css
<style>
a { background-color: #3309C9; }
a { background-color: rgb(51,9,201); }
div.DivClassName
{
background-color: #3309C9;
}
.BgClassName
{
background-color: #3309C9;
}
</style>
border-color css
<style>
span { border-color: #3309C9; }
span { border-color: rgb(51,9,201); }
td.TdClassName
{
border-color: #3309C9;
}
.TagClassName
{
border-color: #3309C9;
}
</style>