Shades of Cerulean Blue #3046CD
Tints of Cerulean Blue #3046CD
RGB
CMYK
RGB Variations
Color information
#3046CD (or 0x3046CD) is known color: Cerulean Blue. HEX triplet: 30, 46 and CD. RGB value is (48,70,205). Sum of RGB (Red+Green+Blue) = 48+70+205=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #3046CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046CD is #CFB932. Grayscale: #4E4E4E. Windows color (decimal): -13613363 or 13452848. OLE color: 13452848.
HSL color Cylindrical-coordinate representation of color #3046CD: hue angle of 231.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3046CD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 70 | 205 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.20 |
| HSL | 231.59º | 0.62% | 0.5% | - |
| HSV(B) | 231.59º | 0.77% | 0.8% | - |
| XYZ | 14.43 | 9.42 | 58.81 | - |
| YUV | 78.81 | 199.21 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 205 | 0.77 | 0.66 | 0 | 0.20 | 231.59 | 0.62 | 0.5 |
| Hex | 30 | 46 | CD | 4D | 42 | 0 | 14 | E8 | 3E | 32 |
| Octal | 60 | 106 | 315 | 115 | 102 | 0 | 24 | 350 | 76 | 62 |
| Binary | 110000 | 1000110 | 11001101 | 1001101 | 1000010 | 0 | 10100 | 11101000 | 111110 | 110010 |
Color Harmonies of #3046CD
Complementary color
Monochromatic Colors of #3046CD
Black with #3046CD
Text Example
Text Example
White with #3046CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046CD; }
p { color: rgb(48,70,205); }
H1.HeaderClassName
{
color: #3046CD;
}
.AnyTagClassName
{
color: #3046CD;
}
</style>
background-color css
<style>
a { background-color: #3046CD; }
a { background-color: rgb(48,70,205); }
div.DivClassName
{
background-color: #3046CD;
}
.BgClassName
{
background-color: #3046CD;
}
</style>
border-color css
<style>
span { border-color: #3046CD; }
span { border-color: rgb(48,70,205); }
td.TdClassName
{
border-color: #3046CD;
}
.TagClassName
{
border-color: #3046CD;
}
</style>