Shades of Medium Blue #3002BC
Tints of Medium Blue #3002BC
RGB
CMYK
RGB Variations
Color information
#3002BC (or 0x3002BC) is known color: Medium Blue. HEX triplet: 30, 02 and BC. RGB value is (48,2,188). Sum of RGB (Red+Green+Blue) = 48+2+188=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #3002BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002BC is #CFFD43. Grayscale: #242424. Windows color (decimal): -13630788 or 12321328. OLE color: 12321328.
HSL color Cylindrical-coordinate representation of color #3002BC: hue angle of 254.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002BC is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 2 | 188 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.26 |
| HSL | 254.84º | 0.98% | 0.37% | - |
| HSV(B) | 254.84º | 0.99% | 0.74% | - |
| XYZ | 10.32 | 4.3 | 47.86 | - |
| YUV | 36.96 | 213.24 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 188 | 0.74 | 0.99 | 0 | 0.26 | 254.84 | 0.98 | 0.37 |
| Hex | 30 | 2 | BC | 4A | 63 | 0 | 1A | FF | 62 | 25 |
| Octal | 60 | 2 | 274 | 112 | 143 | 0 | 32 | 377 | 142 | 45 |
| Binary | 110000 | 10 | 10111100 | 1001010 | 1100011 | 0 | 11010 | 11111111 | 1100010 | 100101 |
Color Harmonies of #3002BC
Complementary color
Monochromatic Colors of #3002BC
Black with #3002BC
Text Example
Text Example
White with #3002BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002BC; }
p { color: rgb(48,2,188); }
H1.HeaderClassName
{
color: #3002BC;
}
.AnyTagClassName
{
color: #3002BC;
}
</style>
background-color css
<style>
a { background-color: #3002BC; }
a { background-color: rgb(48,2,188); }
div.DivClassName
{
background-color: #3002BC;
}
.BgClassName
{
background-color: #3002BC;
}
</style>
border-color css
<style>
span { border-color: #3002BC; }
span { border-color: rgb(48,2,188); }
td.TdClassName
{
border-color: #3002BC;
}
.TagClassName
{
border-color: #3002BC;
}
</style>