Shades of Cerulean Blue #3449AD
Tints of Cerulean Blue #3449AD
RGB
CMYK
RGB Variations
Color information
#3449AD (or 0x3449AD) is known color: Cerulean Blue. HEX triplet: 34, 49 and AD. RGB value is (52,73,173). Sum of RGB (Red+Green+Blue) = 52+73+173=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #3449AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3449AD is #CBB652. Grayscale: #4D4D4D. Windows color (decimal): -13350483 or 11356468. OLE color: 11356468.
HSL color Cylindrical-coordinate representation of color #3449AD: hue angle of 229.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3449AD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 73 | 173 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.32 |
| HSL | 229.59º | 0.54% | 0.44% | - |
| HSV(B) | 229.59º | 0.7% | 0.68% | - |
| XYZ | 11.34 | 8.51 | 40.58 | - |
| YUV | 78.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 173 | 0.70 | 0.58 | 0 | 0.32 | 229.59 | 0.54 | 0.44 |
| Hex | 34 | 49 | AD | 46 | 3A | 0 | 20 | E6 | 36 | 2C |
| Octal | 64 | 111 | 255 | 106 | 72 | 0 | 40 | 346 | 66 | 54 |
| Binary | 110100 | 1001001 | 10101101 | 1000110 | 111010 | 0 | 100000 | 11100110 | 110110 | 101100 |
Color Harmonies of #3449AD
Complementary color
Monochromatic Colors of #3449AD
Black with #3449AD
Text Example
Text Example
White with #3449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449AD; }
p { color: rgb(52,73,173); }
H1.HeaderClassName
{
color: #3449AD;
}
.AnyTagClassName
{
color: #3449AD;
}
</style>
background-color css
<style>
a { background-color: #3449AD; }
a { background-color: rgb(52,73,173); }
div.DivClassName
{
background-color: #3449AD;
}
.BgClassName
{
background-color: #3449AD;
}
</style>
border-color css
<style>
span { border-color: #3449AD; }
span { border-color: rgb(52,73,173); }
td.TdClassName
{
border-color: #3449AD;
}
.TagClassName
{
border-color: #3449AD;
}
</style>