Shades of Cerulean Blue #3449BD
Tints of Cerulean Blue #3449BD
RGB
CMYK
RGB Variations
Color information
#3449BD (or 0x3449BD) is known color: Cerulean Blue. HEX triplet: 34, 49 and BD. RGB value is (52,73,189). Sum of RGB (Red+Green+Blue) = 52+73+189=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #3449BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449BD is #CBB642. Grayscale: #4F4F4F. Windows color (decimal): -13350467 or 12405044. OLE color: 12405044.
HSL color Cylindrical-coordinate representation of color #3449BD: hue angle of 230.8º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3449BD is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 73 | 189 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.26 |
| HSL | 230.8º | 0.57% | 0.47% | - |
| HSV(B) | 230.8º | 0.72% | 0.74% | - |
| XYZ | 12.98 | 9.17 | 49.23 | - |
| YUV | 79.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 189 | 0.72 | 0.61 | 0 | 0.26 | 230.8 | 0.57 | 0.47 |
| Hex | 34 | 49 | BD | 48 | 3D | 0 | 1A | E7 | 39 | 2F |
| Octal | 64 | 111 | 275 | 110 | 75 | 0 | 32 | 347 | 71 | 57 |
| Binary | 110100 | 1001001 | 10111101 | 1001000 | 111101 | 0 | 11010 | 11100111 | 111001 | 101111 |
Color Harmonies of #3449BD
Complementary color
Monochromatic Colors of #3449BD
Black with #3449BD
Text Example
Text Example
White with #3449BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449BD; }
p { color: rgb(52,73,189); }
H1.HeaderClassName
{
color: #3449BD;
}
.AnyTagClassName
{
color: #3449BD;
}
</style>
background-color css
<style>
a { background-color: #3449BD; }
a { background-color: rgb(52,73,189); }
div.DivClassName
{
background-color: #3449BD;
}
.BgClassName
{
background-color: #3449BD;
}
</style>
border-color css
<style>
span { border-color: #3449BD; }
span { border-color: rgb(52,73,189); }
td.TdClassName
{
border-color: #3449BD;
}
.TagClassName
{
border-color: #3449BD;
}
</style>