Shades of Cerulean Blue #3451BA
Tints of Cerulean Blue #3451BA
RGB
CMYK
RGB Variations
Color information
#3451BA (or 0x3451BA) is known color: Cerulean Blue. HEX triplet: 34, 51 and BA. RGB value is (52,81,186). Sum of RGB (Red+Green+Blue) = 52+81+186=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3451BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3451BA is #CBAE45. Grayscale: #535353. Windows color (decimal): -13348422 or 12210484. OLE color: 12210484.
HSL color Cylindrical-coordinate representation of color #3451BA: hue angle of 227.01º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3451BA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 81 | 186 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.27 |
| HSL | 227.01º | 0.56% | 0.47% | - |
| HSV(B) | 227.01º | 0.72% | 0.73% | - |
| XYZ | 13.22 | 10.16 | 47.72 | - |
| YUV | 84.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 186 | 0.72 | 0.56 | 0 | 0.27 | 227.01 | 0.56 | 0.47 |
| Hex | 34 | 51 | BA | 48 | 38 | 0 | 1B | E3 | 38 | 2F |
| Octal | 64 | 121 | 272 | 110 | 70 | 0 | 33 | 343 | 70 | 57 |
| Binary | 110100 | 1010001 | 10111010 | 1001000 | 111000 | 0 | 11011 | 11100011 | 111000 | 101111 |
Color Harmonies of #3451BA
Complementary color
Monochromatic Colors of #3451BA
Black with #3451BA
Text Example
Text Example
White with #3451BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3451BA; }
p { color: rgb(52,81,186); }
H1.HeaderClassName
{
color: #3451BA;
}
.AnyTagClassName
{
color: #3451BA;
}
</style>
background-color css
<style>
a { background-color: #3451BA; }
a { background-color: rgb(52,81,186); }
div.DivClassName
{
background-color: #3451BA;
}
.BgClassName
{
background-color: #3451BA;
}
</style>
border-color css
<style>
span { border-color: #3451BA; }
span { border-color: rgb(52,81,186); }
td.TdClassName
{
border-color: #3451BA;
}
.TagClassName
{
border-color: #3451BA;
}
</style>