Shades of Cerulean Blue #3046B3
Tints of Cerulean Blue #3046B3
RGB
CMYK
RGB Variations
Color information
#3046B3 (or 0x3046B3) is known color: Cerulean Blue. HEX triplet: 30, 46 and B3. RGB value is (48,70,179). Sum of RGB (Red+Green+Blue) = 48+70+179=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #3046B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046B3 is #CFB94C. Grayscale: #4B4B4B. Windows color (decimal): -13613389 or 11748912. OLE color: 11748912.
HSL color Cylindrical-coordinate representation of color #3046B3: hue angle of 229.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3046B3 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 70 | 179 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.30 |
| HSL | 229.92º | 0.58% | 0.45% | - |
| HSV(B) | 229.92º | 0.73% | 0.7% | - |
| XYZ | 11.55 | 8.26 | 43.63 | - |
| YUV | 75.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 179 | 0.73 | 0.61 | 0 | 0.30 | 229.92 | 0.58 | 0.45 |
| Hex | 30 | 46 | B3 | 49 | 3D | 0 | 1E | E6 | 3A | 2D |
| Octal | 60 | 106 | 263 | 111 | 75 | 0 | 36 | 346 | 72 | 55 |
| Binary | 110000 | 1000110 | 10110011 | 1001001 | 111101 | 0 | 11110 | 11100110 | 111010 | 101101 |
Color Harmonies of #3046B3
Complementary color
Monochromatic Colors of #3046B3
Black with #3046B3
Text Example
Text Example
White with #3046B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046B3; }
p { color: rgb(48,70,179); }
H1.HeaderClassName
{
color: #3046B3;
}
.AnyTagClassName
{
color: #3046B3;
}
</style>
background-color css
<style>
a { background-color: #3046B3; }
a { background-color: rgb(48,70,179); }
div.DivClassName
{
background-color: #3046B3;
}
.BgClassName
{
background-color: #3046B3;
}
</style>
border-color css
<style>
span { border-color: #3046B3; }
span { border-color: rgb(48,70,179); }
td.TdClassName
{
border-color: #3046B3;
}
.TagClassName
{
border-color: #3046B3;
}
</style>