Shades of Cerulean Blue #3054B2
Tints of Cerulean Blue #3054B2
RGB
CMYK
RGB Variations
Color information
#3054B2 (or 0x3054B2) is known color: Cerulean Blue. HEX triplet: 30, 54 and B2. RGB value is (48,84,178). Sum of RGB (Red+Green+Blue) = 48+84+178=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #3054B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3054B2 is #CFAB4D. Grayscale: #535353. Windows color (decimal): -13609806 or 11686960. OLE color: 11686960.
HSL color Cylindrical-coordinate representation of color #3054B2: hue angle of 223.38º 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 #3054B2 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 84 | 178 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.30 |
| HSL | 223.38º | 0.58% | 0.44% | - |
| HSV(B) | 223.38º | 0.73% | 0.7% | - |
| XYZ | 12.43 | 10.18 | 43.43 | - |
| YUV | 83.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 178 | 0.73 | 0.53 | 0 | 0.30 | 223.38 | 0.58 | 0.44 |
| Hex | 30 | 54 | B2 | 49 | 35 | 0 | 1E | DF | 3A | 2C |
| Octal | 60 | 124 | 262 | 111 | 65 | 0 | 36 | 337 | 72 | 54 |
| Binary | 110000 | 1010100 | 10110010 | 1001001 | 110101 | 0 | 11110 | 11011111 | 111010 | 101100 |
Color Harmonies of #3054B2
Complementary color
Monochromatic Colors of #3054B2
Black with #3054B2
Text Example
Text Example
White with #3054B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3054B2; }
p { color: rgb(48,84,178); }
H1.HeaderClassName
{
color: #3054B2;
}
.AnyTagClassName
{
color: #3054B2;
}
</style>
background-color css
<style>
a { background-color: #3054B2; }
a { background-color: rgb(48,84,178); }
div.DivClassName
{
background-color: #3054B2;
}
.BgClassName
{
background-color: #3054B2;
}
</style>
border-color css
<style>
span { border-color: #3054B2; }
span { border-color: rgb(48,84,178); }
td.TdClassName
{
border-color: #3054B2;
}
.TagClassName
{
border-color: #3054B2;
}
</style>