Shades of Medium Blue #3008BD
Tints of Medium Blue #3008BD
RGB
CMYK
RGB Variations
Color information
#3008BD (or 0x3008BD) is known color: Medium Blue. HEX triplet: 30, 08 and BD. RGB value is (48,8,189). Sum of RGB (Red+Green+Blue) = 48+8+189=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #3008BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008BD is #CFF742. Grayscale: #272727. Windows color (decimal): -13629251 or 12388400. OLE color: 12388400.
HSL color Cylindrical-coordinate representation of color #3008BD: hue angle of 253.26º 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 #3008BD is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 8 | 189 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.26 |
| HSL | 253.26º | 0.92% | 0.39% | - |
| HSV(B) | 253.26º | 0.96% | 0.74% | - |
| XYZ | 10.49 | 4.48 | 48.46 | - |
| YUV | 40.59 | 211.75 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 189 | 0.75 | 0.96 | 0 | 0.26 | 253.26 | 0.92 | 0.39 |
| Hex | 30 | 8 | BD | 4B | 60 | 0 | 1A | FD | 5C | 27 |
| Octal | 60 | 10 | 275 | 113 | 140 | 0 | 32 | 375 | 134 | 47 |
| Binary | 110000 | 1000 | 10111101 | 1001011 | 1100000 | 0 | 11010 | 11111101 | 1011100 | 100111 |
Color Harmonies of #3008BD
Complementary color
Monochromatic Colors of #3008BD
Black with #3008BD
Text Example
Text Example
White with #3008BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3008BD; }
p { color: rgb(48,8,189); }
H1.HeaderClassName
{
color: #3008BD;
}
.AnyTagClassName
{
color: #3008BD;
}
</style>
background-color css
<style>
a { background-color: #3008BD; }
a { background-color: rgb(48,8,189); }
div.DivClassName
{
background-color: #3008BD;
}
.BgClassName
{
background-color: #3008BD;
}
</style>
border-color css
<style>
span { border-color: #3008BD; }
span { border-color: rgb(48,8,189); }
td.TdClassName
{
border-color: #3008BD;
}
.TagClassName
{
border-color: #3008BD;
}
</style>