Shades of Medium Blue #3004CB
Tints of Medium Blue #3004CB
RGB
CMYK
RGB Variations
Color information
#3004CB (or 0x3004CB) is known color: Medium Blue. HEX triplet: 30, 04 and CB. RGB value is (48,4,203). Sum of RGB (Red+Green+Blue) = 48+4+203=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #3004CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3004CB is #CFFB34. Grayscale: #272727. Windows color (decimal): -13630261 or 13304880. OLE color: 13304880.
HSL color Cylindrical-coordinate representation of color #3004CB: hue angle of 253.27º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004CB is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 4 | 203 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.20 |
| HSL | 253.27º | 0.96% | 0.41% | - |
| HSV(B) | 253.27º | 0.98% | 0.8% | - |
| XYZ | 12.04 | 5.03 | 56.84 | - |
| YUV | 39.84 | 220.08 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 203 | 0.76 | 0.98 | 0 | 0.20 | 253.27 | 0.96 | 0.41 |
| Hex | 30 | 4 | CB | 4C | 62 | 0 | 14 | FD | 60 | 29 |
| Octal | 60 | 4 | 313 | 114 | 142 | 0 | 24 | 375 | 140 | 51 |
| Binary | 110000 | 100 | 11001011 | 1001100 | 1100010 | 0 | 10100 | 11111101 | 1100000 | 101001 |
Color Harmonies of #3004CB
Complementary color
Monochromatic Colors of #3004CB
Black with #3004CB
Text Example
Text Example
White with #3004CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3004CB; }
p { color: rgb(48,4,203); }
H1.HeaderClassName
{
color: #3004CB;
}
.AnyTagClassName
{
color: #3004CB;
}
</style>
background-color css
<style>
a { background-color: #3004CB; }
a { background-color: rgb(48,4,203); }
div.DivClassName
{
background-color: #3004CB;
}
.BgClassName
{
background-color: #3004CB;
}
</style>
border-color css
<style>
span { border-color: #3004CB; }
span { border-color: rgb(48,4,203); }
td.TdClassName
{
border-color: #3004CB;
}
.TagClassName
{
border-color: #3004CB;
}
</style>