Shades of Medium Blue #3008BC
Tints of Medium Blue #3008BC
RGB
CMYK
RGB Variations
Color information
#3008BC (or 0x3008BC) is known color: Medium Blue. HEX triplet: 30, 08 and BC. RGB value is (48,8,188). Sum of RGB (Red+Green+Blue) = 48+8+188=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #3008BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008BC is #CFF743. Grayscale: #272727. Windows color (decimal): -13629252 or 12322864. OLE color: 12322864.
HSL color Cylindrical-coordinate representation of color #3008BC: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008BC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 8 | 188 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.26 |
| HSL | 253.33º | 0.92% | 0.38% | - |
| HSV(B) | 253.33º | 0.96% | 0.74% | - |
| XYZ | 10.38 | 4.43 | 47.89 | - |
| YUV | 40.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 188 | 0.74 | 0.96 | 0 | 0.26 | 253.33 | 0.92 | 0.38 |
| Hex | 30 | 8 | BC | 4A | 60 | 0 | 1A | FD | 5C | 26 |
| Octal | 60 | 10 | 274 | 112 | 140 | 0 | 32 | 375 | 134 | 46 |
| Binary | 110000 | 1000 | 10111100 | 1001010 | 1100000 | 0 | 11010 | 11111101 | 1011100 | 100110 |
Color Harmonies of #3008BC
Complementary color
Monochromatic Colors of #3008BC
Black with #3008BC
Text Example
Text Example
White with #3008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3008BC; }
p { color: rgb(48,8,188); }
H1.HeaderClassName
{
color: #3008BC;
}
.AnyTagClassName
{
color: #3008BC;
}
</style>
background-color css
<style>
a { background-color: #3008BC; }
a { background-color: rgb(48,8,188); }
div.DivClassName
{
background-color: #3008BC;
}
.BgClassName
{
background-color: #3008BC;
}
</style>
border-color css
<style>
span { border-color: #3008BC; }
span { border-color: rgb(48,8,188); }
td.TdClassName
{
border-color: #3008BC;
}
.TagClassName
{
border-color: #3008BC;
}
</style>