Shades of Medium Blue #3308BD
Tints of Medium Blue #3308BD
RGB
CMYK
RGB Variations
Color information
#3308BD (or 0x3308BD) is known color: Medium Blue. HEX triplet: 33, 08 and BD. RGB value is (51,8,189). Sum of RGB (Red+Green+Blue) = 51+8+189=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #3308BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308BD is #CCF742. Grayscale: #282828. Windows color (decimal): -13432643 or 12388403. OLE color: 12388403.
HSL color Cylindrical-coordinate representation of color #3308BD: hue angle of 254.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3308BD is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 8 | 189 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.26 |
| HSL | 254.25º | 0.92% | 0.39% | - |
| HSV(B) | 254.25º | 0.96% | 0.74% | - |
| XYZ | 10.64 | 4.55 | 48.46 | - |
| YUV | 41.49 | 211.25 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 189 | 0.73 | 0.96 | 0 | 0.26 | 254.25 | 0.92 | 0.39 |
| Hex | 33 | 8 | BD | 49 | 60 | 0 | 1A | FE | 5C | 27 |
| Octal | 63 | 10 | 275 | 111 | 140 | 0 | 32 | 376 | 134 | 47 |
| Binary | 110011 | 1000 | 10111101 | 1001001 | 1100000 | 0 | 11010 | 11111110 | 1011100 | 100111 |
Color Harmonies of #3308BD
Complementary color
Monochromatic Colors of #3308BD
Black with #3308BD
Text Example
Text Example
White with #3308BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3308BD; }
p { color: rgb(51,8,189); }
H1.HeaderClassName
{
color: #3308BD;
}
.AnyTagClassName
{
color: #3308BD;
}
</style>
background-color css
<style>
a { background-color: #3308BD; }
a { background-color: rgb(51,8,189); }
div.DivClassName
{
background-color: #3308BD;
}
.BgClassName
{
background-color: #3308BD;
}
</style>
border-color css
<style>
span { border-color: #3308BD; }
span { border-color: rgb(51,8,189); }
td.TdClassName
{
border-color: #3308BD;
}
.TagClassName
{
border-color: #3308BD;
}
</style>