Shades of Cerulean Blue #3447BA
Tints of Cerulean Blue #3447BA
RGB
CMYK
RGB Variations
Color information
#3447BA (or 0x3447BA) is known color: Cerulean Blue. HEX triplet: 34, 47 and BA. RGB value is (52,71,186). Sum of RGB (Red+Green+Blue) = 52+71+186=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3447BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3447BA is #CBB845. Grayscale: #4D4D4D. Windows color (decimal): -13350982 or 12207924. OLE color: 12207924.
HSL color Cylindrical-coordinate representation of color #3447BA: hue angle of 231.49º 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 #3447BA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 71 | 186 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.27 |
| HSL | 231.49º | 0.56% | 0.47% | - |
| HSV(B) | 231.49º | 0.72% | 0.73% | - |
| XYZ | 12.53 | 8.78 | 47.49 | - |
| YUV | 78.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 186 | 0.72 | 0.62 | 0 | 0.27 | 231.49 | 0.56 | 0.47 |
| Hex | 34 | 47 | BA | 48 | 3E | 0 | 1B | E7 | 38 | 2F |
| Octal | 64 | 107 | 272 | 110 | 76 | 0 | 33 | 347 | 70 | 57 |
| Binary | 110100 | 1000111 | 10111010 | 1001000 | 111110 | 0 | 11011 | 11100111 | 111000 | 101111 |
Color Harmonies of #3447BA
Complementary color
Monochromatic Colors of #3447BA
Black with #3447BA
Text Example
Text Example
White with #3447BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3447BA; }
p { color: rgb(52,71,186); }
H1.HeaderClassName
{
color: #3447BA;
}
.AnyTagClassName
{
color: #3447BA;
}
</style>
background-color css
<style>
a { background-color: #3447BA; }
a { background-color: rgb(52,71,186); }
div.DivClassName
{
background-color: #3447BA;
}
.BgClassName
{
background-color: #3447BA;
}
</style>
border-color css
<style>
span { border-color: #3447BA; }
span { border-color: rgb(52,71,186); }
td.TdClassName
{
border-color: #3447BA;
}
.TagClassName
{
border-color: #3447BA;
}
</style>