Shades of Cerulean Blue #3045BA
Tints of Cerulean Blue #3045BA
RGB
CMYK
RGB Variations
Color information
#3045BA (or 0x3045BA) is known color: Cerulean Blue. HEX triplet: 30, 45 and BA. RGB value is (48,69,186). Sum of RGB (Red+Green+Blue) = 48+69+186=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #3045BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3045BA is #CFBA45. Grayscale: #4B4B4B. Windows color (decimal): -13613638 or 12207408. OLE color: 12207408.
HSL color Cylindrical-coordinate representation of color #3045BA: hue angle of 230.87º 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 #3045BA is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 69 | 186 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.27 |
| HSL | 230.87º | 0.59% | 0.46% | - |
| HSV(B) | 230.87º | 0.74% | 0.73% | - |
| XYZ | 12.21 | 8.43 | 47.44 | - |
| YUV | 76.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 186 | 0.74 | 0.63 | 0 | 0.27 | 230.87 | 0.59 | 0.46 |
| Hex | 30 | 45 | BA | 4A | 3F | 0 | 1B | E7 | 3B | 2E |
| Octal | 60 | 105 | 272 | 112 | 77 | 0 | 33 | 347 | 73 | 56 |
| Binary | 110000 | 1000101 | 10111010 | 1001010 | 111111 | 0 | 11011 | 11100111 | 111011 | 101110 |
Color Harmonies of #3045BA
Complementary color
Monochromatic Colors of #3045BA
Black with #3045BA
Text Example
Text Example
White with #3045BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3045BA; }
p { color: rgb(48,69,186); }
H1.HeaderClassName
{
color: #3045BA;
}
.AnyTagClassName
{
color: #3045BA;
}
</style>
background-color css
<style>
a { background-color: #3045BA; }
a { background-color: rgb(48,69,186); }
div.DivClassName
{
background-color: #3045BA;
}
.BgClassName
{
background-color: #3045BA;
}
</style>
border-color css
<style>
span { border-color: #3045BA; }
span { border-color: rgb(48,69,186); }
td.TdClassName
{
border-color: #3045BA;
}
.TagClassName
{
border-color: #3045BA;
}
</style>