Shades of Cerulean Blue #3449BC
Tints of Cerulean Blue #3449BC
RGB
CMYK
RGB Variations
Color information
#3449BC (or 0x3449BC) is known color: Cerulean Blue. HEX triplet: 34, 49 and BC. RGB value is (52,73,188). Sum of RGB (Red+Green+Blue) = 52+73+188=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #3449BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449BC is #CBB643. Grayscale: #4F4F4F. Windows color (decimal): -13350468 or 12339508. OLE color: 12339508.
HSL color Cylindrical-coordinate representation of color #3449BC: hue angle of 230.74º 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 #3449BC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 73 | 188 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.26 |
| HSL | 230.74º | 0.57% | 0.47% | - |
| HSV(B) | 230.74º | 0.72% | 0.74% | - |
| XYZ | 12.88 | 9.13 | 48.66 | - |
| YUV | 79.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 188 | 0.72 | 0.61 | 0 | 0.26 | 230.74 | 0.57 | 0.47 |
| Hex | 34 | 49 | BC | 48 | 3D | 0 | 1A | E7 | 39 | 2F |
| Octal | 64 | 111 | 274 | 110 | 75 | 0 | 32 | 347 | 71 | 57 |
| Binary | 110100 | 1001001 | 10111100 | 1001000 | 111101 | 0 | 11010 | 11100111 | 111001 | 101111 |
Color Harmonies of #3449BC
Complementary color
Monochromatic Colors of #3449BC
Black with #3449BC
Text Example
Text Example
White with #3449BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449BC; }
p { color: rgb(52,73,188); }
H1.HeaderClassName
{
color: #3449BC;
}
.AnyTagClassName
{
color: #3449BC;
}
</style>
background-color css
<style>
a { background-color: #3449BC; }
a { background-color: rgb(52,73,188); }
div.DivClassName
{
background-color: #3449BC;
}
.BgClassName
{
background-color: #3449BC;
}
</style>
border-color css
<style>
span { border-color: #3449BC; }
span { border-color: rgb(52,73,188); }
td.TdClassName
{
border-color: #3449BC;
}
.TagClassName
{
border-color: #3449BC;
}
</style>