Shades of Medium Blue #3300CA
Tints of Medium Blue #3300CA
RGB
CMYK
RGB Variations
Color information
#3300CA (or 0x3300CA) is known color: Medium Blue. HEX triplet: 33, 00 and CA. RGB value is (51,0,202). Sum of RGB (Red+Green+Blue) = 51+0+202=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #3300CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300CA is #CCFF35. Grayscale: #252525. Windows color (decimal): -13434678 or 13238323. OLE color: 13238323.
HSL color Cylindrical-coordinate representation of color #3300CA: hue angle of 255.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300CA is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 0 | 202 | - |
| CMYK | 0.75 | 1 | 0 | 0.21 |
| HSL | 255.15º | 1% | 0.4% | - |
| HSV(B) | 255.15º | 1% | 0.79% | - |
| XYZ | 12.03 | 4.97 | 56.2 | - |
| YUV | 38.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 202 | 0.75 | 1 | 0 | 0.21 | 255.15 | 1 | 0.4 |
| Hex | 33 | 0 | CA | 4B | 64 | 0 | 15 | FF | 64 | 28 |
| Octal | 63 | 0 | 312 | 113 | 144 | 0 | 25 | 377 | 144 | 50 |
| Binary | 110011 | 0 | 11001010 | 1001011 | 1100100 | 0 | 10101 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3300CA
Complementary color
Monochromatic Colors of #3300CA
Black with #3300CA
Text Example
Text Example
White with #3300CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300CA; }
p { color: rgb(51,0,202); }
H1.HeaderClassName
{
color: #3300CA;
}
.AnyTagClassName
{
color: #3300CA;
}
</style>
background-color css
<style>
a { background-color: #3300CA; }
a { background-color: rgb(51,0,202); }
div.DivClassName
{
background-color: #3300CA;
}
.BgClassName
{
background-color: #3300CA;
}
</style>
border-color css
<style>
span { border-color: #3300CA; }
span { border-color: rgb(51,0,202); }
td.TdClassName
{
border-color: #3300CA;
}
.TagClassName
{
border-color: #3300CA;
}
</style>