Shades of Cerulean Blue #3049BB
Tints of Cerulean Blue #3049BB
RGB
CMYK
RGB Variations
Color information
#3049BB (or 0x3049BB) is known color: Cerulean Blue. HEX triplet: 30, 49 and BB. RGB value is (48,73,187). Sum of RGB (Red+Green+Blue) = 48+73+187=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #3049BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049BB is #CFB644. Grayscale: #4E4E4E. Windows color (decimal): -13612613 or 12273968. OLE color: 12273968.
HSL color Cylindrical-coordinate representation of color #3049BB: hue angle of 229.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3049BB is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 73 | 187 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.27 |
| HSL | 229.21º | 0.59% | 0.46% | - |
| HSV(B) | 229.21º | 0.74% | 0.73% | - |
| XYZ | 12.57 | 8.98 | 48.08 | - |
| YUV | 78.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 187 | 0.74 | 0.61 | 0 | 0.27 | 229.21 | 0.59 | 0.46 |
| Hex | 30 | 49 | BB | 4A | 3D | 0 | 1B | E5 | 3B | 2E |
| Octal | 60 | 111 | 273 | 112 | 75 | 0 | 33 | 345 | 73 | 56 |
| Binary | 110000 | 1001001 | 10111011 | 1001010 | 111101 | 0 | 11011 | 11100101 | 111011 | 101110 |
Color Harmonies of #3049BB
Complementary color
Monochromatic Colors of #3049BB
Black with #3049BB
Text Example
Text Example
White with #3049BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3049BB; }
p { color: rgb(48,73,187); }
H1.HeaderClassName
{
color: #3049BB;
}
.AnyTagClassName
{
color: #3049BB;
}
</style>
background-color css
<style>
a { background-color: #3049BB; }
a { background-color: rgb(48,73,187); }
div.DivClassName
{
background-color: #3049BB;
}
.BgClassName
{
background-color: #3049BB;
}
</style>
border-color css
<style>
span { border-color: #3049BB; }
span { border-color: rgb(48,73,187); }
td.TdClassName
{
border-color: #3049BB;
}
.TagClassName
{
border-color: #3049BB;
}
</style>