Shades of Medium Blue #3002CF
Tints of Medium Blue #3002CF
RGB
CMYK
RGB Variations
Color information
#3002CF (or 0x3002CF) is known color: Medium Blue. HEX triplet: 30, 02 and CF. RGB value is (48,2,207). Sum of RGB (Red+Green+Blue) = 48+2+207=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #3002CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002CF is #CFFD30. Grayscale: #262626. Windows color (decimal): -13630769 or 13566512. OLE color: 13566512.
HSL color Cylindrical-coordinate representation of color #3002CF: hue angle of 253.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002CF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 2 | 207 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.19 |
| HSL | 253.46º | 0.98% | 0.41% | - |
| HSV(B) | 253.46º | 0.99% | 0.81% | - |
| XYZ | 12.5 | 5.18 | 59.37 | - |
| YUV | 39.12 | 222.74 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 207 | 0.77 | 0.99 | 0 | 0.19 | 253.46 | 0.98 | 0.41 |
| Hex | 30 | 2 | CF | 4D | 63 | 0 | 13 | FD | 62 | 29 |
| Octal | 60 | 2 | 317 | 115 | 143 | 0 | 23 | 375 | 142 | 51 |
| Binary | 110000 | 10 | 11001111 | 1001101 | 1100011 | 0 | 10011 | 11111101 | 1100010 | 101001 |
Color Harmonies of #3002CF
Complementary color
Monochromatic Colors of #3002CF
Black with #3002CF
Text Example
Text Example
White with #3002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002CF; }
p { color: rgb(48,2,207); }
H1.HeaderClassName
{
color: #3002CF;
}
.AnyTagClassName
{
color: #3002CF;
}
</style>
background-color css
<style>
a { background-color: #3002CF; }
a { background-color: rgb(48,2,207); }
div.DivClassName
{
background-color: #3002CF;
}
.BgClassName
{
background-color: #3002CF;
}
</style>
border-color css
<style>
span { border-color: #3002CF; }
span { border-color: rgb(48,2,207); }
td.TdClassName
{
border-color: #3002CF;
}
.TagClassName
{
border-color: #3002CF;
}
</style>