Shades of Cerulean Blue #3448AD
Tints of Cerulean Blue #3448AD
RGB
CMYK
RGB Variations
Color information
#3448AD (or 0x3448AD) is known color: Cerulean Blue. HEX triplet: 34, 48 and AD. RGB value is (52,72,173). Sum of RGB (Red+Green+Blue) = 52+72+173=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #3448AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3448AD is #CBB752. Grayscale: #4D4D4D. Windows color (decimal): -13350739 or 11356212. OLE color: 11356212.
HSL color Cylindrical-coordinate representation of color #3448AD: hue angle of 230.08º 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 #3448AD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 72 | 173 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.32 |
| HSL | 230.08º | 0.54% | 0.44% | - |
| HSV(B) | 230.08º | 0.7% | 0.68% | - |
| XYZ | 11.28 | 8.38 | 40.56 | - |
| YUV | 77.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 173 | 0.70 | 0.58 | 0 | 0.32 | 230.08 | 0.54 | 0.44 |
| Hex | 34 | 48 | AD | 46 | 3A | 0 | 20 | E6 | 36 | 2C |
| Octal | 64 | 110 | 255 | 106 | 72 | 0 | 40 | 346 | 66 | 54 |
| Binary | 110100 | 1001000 | 10101101 | 1000110 | 111010 | 0 | 100000 | 11100110 | 110110 | 101100 |
Color Harmonies of #3448AD
Complementary color
Monochromatic Colors of #3448AD
Black with #3448AD
Text Example
Text Example
White with #3448AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3448AD; }
p { color: rgb(52,72,173); }
H1.HeaderClassName
{
color: #3448AD;
}
.AnyTagClassName
{
color: #3448AD;
}
</style>
background-color css
<style>
a { background-color: #3448AD; }
a { background-color: rgb(52,72,173); }
div.DivClassName
{
background-color: #3448AD;
}
.BgClassName
{
background-color: #3448AD;
}
</style>
border-color css
<style>
span { border-color: #3448AD; }
span { border-color: rgb(52,72,173); }
td.TdClassName
{
border-color: #3448AD;
}
.TagClassName
{
border-color: #3448AD;
}
</style>