Shades of Cerulean Blue #3450BF
Tints of Cerulean Blue #3450BF
RGB
CMYK
RGB Variations
Color information
#3450BF (or 0x3450BF) is known color: Cerulean Blue. HEX triplet: 34, 50 and BF. RGB value is (52,80,191). Sum of RGB (Red+Green+Blue) = 52+80+191=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #3450BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450BF is #CBAF40. Grayscale: #535353. Windows color (decimal): -13348673 or 12537908. OLE color: 12537908.
HSL color Cylindrical-coordinate representation of color #3450BF: hue angle of 227.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3450BF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 80 | 191 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.25 |
| HSL | 227.91º | 0.57% | 0.48% | - |
| HSV(B) | 227.91º | 0.73% | 0.75% | - |
| XYZ | 13.69 | 10.23 | 50.54 | - |
| YUV | 84.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 191 | 0.73 | 0.58 | 0 | 0.25 | 227.91 | 0.57 | 0.48 |
| Hex | 34 | 50 | BF | 49 | 3A | 0 | 19 | E4 | 39 | 30 |
| Octal | 64 | 120 | 277 | 111 | 72 | 0 | 31 | 344 | 71 | 60 |
| Binary | 110100 | 1010000 | 10111111 | 1001001 | 111010 | 0 | 11001 | 11100100 | 111001 | 110000 |
Color Harmonies of #3450BF
Complementary color
Monochromatic Colors of #3450BF
Black with #3450BF
Text Example
Text Example
White with #3450BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3450BF; }
p { color: rgb(52,80,191); }
H1.HeaderClassName
{
color: #3450BF;
}
.AnyTagClassName
{
color: #3450BF;
}
</style>
background-color css
<style>
a { background-color: #3450BF; }
a { background-color: rgb(52,80,191); }
div.DivClassName
{
background-color: #3450BF;
}
.BgClassName
{
background-color: #3450BF;
}
</style>
border-color css
<style>
span { border-color: #3450BF; }
span { border-color: rgb(52,80,191); }
td.TdClassName
{
border-color: #3450BF;
}
.TagClassName
{
border-color: #3450BF;
}
</style>