Shades of Cerulean Blue #3046B2
Tints of Cerulean Blue #3046B2
RGB
CMYK
RGB Variations
Color information
#3046B2 (or 0x3046B2) is known color: Cerulean Blue. HEX triplet: 30, 46 and B2. RGB value is (48,70,178). Sum of RGB (Red+Green+Blue) = 48+70+178=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #3046B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3046B2 is #CFB94D. Grayscale: #4B4B4B. Windows color (decimal): -13613390 or 11683376. OLE color: 11683376.
HSL color Cylindrical-coordinate representation of color #3046B2: hue angle of 229.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3046B2 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 70 | 178 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.30 |
| HSL | 229.85º | 0.58% | 0.44% | - |
| HSV(B) | 229.85º | 0.73% | 0.7% | - |
| XYZ | 11.44 | 8.22 | 43.1 | - |
| YUV | 75.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 178 | 0.73 | 0.61 | 0 | 0.30 | 229.85 | 0.58 | 0.44 |
| Hex | 30 | 46 | B2 | 49 | 3D | 0 | 1E | E6 | 3A | 2C |
| Octal | 60 | 106 | 262 | 111 | 75 | 0 | 36 | 346 | 72 | 54 |
| Binary | 110000 | 1000110 | 10110010 | 1001001 | 111101 | 0 | 11110 | 11100110 | 111010 | 101100 |
Color Harmonies of #3046B2
Complementary color
Monochromatic Colors of #3046B2
Black with #3046B2
Text Example
Text Example
White with #3046B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046B2; }
p { color: rgb(48,70,178); }
H1.HeaderClassName
{
color: #3046B2;
}
.AnyTagClassName
{
color: #3046B2;
}
</style>
background-color css
<style>
a { background-color: #3046B2; }
a { background-color: rgb(48,70,178); }
div.DivClassName
{
background-color: #3046B2;
}
.BgClassName
{
background-color: #3046B2;
}
</style>
border-color css
<style>
span { border-color: #3046B2; }
span { border-color: rgb(48,70,178); }
td.TdClassName
{
border-color: #3046B2;
}
.TagClassName
{
border-color: #3046B2;
}
</style>