Shades of Cerulean Blue #3054BB
Tints of Cerulean Blue #3054BB
RGB
CMYK
RGB Variations
Color information
#3054BB (or 0x3054BB) is known color: Cerulean Blue. HEX triplet: 30, 54 and BB. RGB value is (48,84,187). Sum of RGB (Red+Green+Blue) = 48+84+187=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #3054BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054BB is #CFAB44. Grayscale: #545454. Windows color (decimal): -13609797 or 12276784. OLE color: 12276784.
HSL color Cylindrical-coordinate representation of color #3054BB: hue angle of 224.46º 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 #3054BB is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 84 | 187 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.27 |
| HSL | 224.46º | 0.59% | 0.46% | - |
| HSV(B) | 224.46º | 0.74% | 0.73% | - |
| XYZ | 13.36 | 10.56 | 48.35 | - |
| YUV | 84.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 187 | 0.74 | 0.55 | 0 | 0.27 | 224.46 | 0.59 | 0.46 |
| Hex | 30 | 54 | BB | 4A | 37 | 0 | 1B | E0 | 3B | 2E |
| Octal | 60 | 124 | 273 | 112 | 67 | 0 | 33 | 340 | 73 | 56 |
| Binary | 110000 | 1010100 | 10111011 | 1001010 | 110111 | 0 | 11011 | 11100000 | 111011 | 101110 |
Color Harmonies of #3054BB
Complementary color
Monochromatic Colors of #3054BB
Black with #3054BB
Text Example
Text Example
White with #3054BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3054BB; }
p { color: rgb(48,84,187); }
H1.HeaderClassName
{
color: #3054BB;
}
.AnyTagClassName
{
color: #3054BB;
}
</style>
background-color css
<style>
a { background-color: #3054BB; }
a { background-color: rgb(48,84,187); }
div.DivClassName
{
background-color: #3054BB;
}
.BgClassName
{
background-color: #3054BB;
}
</style>
border-color css
<style>
span { border-color: #3054BB; }
span { border-color: rgb(48,84,187); }
td.TdClassName
{
border-color: #3054BB;
}
.TagClassName
{
border-color: #3054BB;
}
</style>