Shades of Cerulean Blue #3448AA
Tints of Cerulean Blue #3448AA
RGB
CMYK
RGB Variations
Color information
#3448AA (or 0x3448AA) is known color: Cerulean Blue. HEX triplet: 34, 48 and AA. RGB value is (52,72,170). Sum of RGB (Red+Green+Blue) = 52+72+170=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #3448AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3448AA is #CBB755. Grayscale: #4C4C4C. Windows color (decimal): -13350742 or 11159604. OLE color: 11159604.
HSL color Cylindrical-coordinate representation of color #3448AA: hue angle of 229.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3448AA is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 72 | 170 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.33 |
| HSL | 229.83º | 0.53% | 0.44% | - |
| HSV(B) | 229.83º | 0.69% | 0.67% | - |
| XYZ | 10.99 | 8.27 | 39.05 | - |
| YUV | 77.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 170 | 0.69 | 0.58 | 0 | 0.33 | 229.83 | 0.53 | 0.44 |
| Hex | 34 | 48 | AA | 45 | 3A | 0 | 21 | E6 | 35 | 2C |
| Octal | 64 | 110 | 252 | 105 | 72 | 0 | 41 | 346 | 65 | 54 |
| Binary | 110100 | 1001000 | 10101010 | 1000101 | 111010 | 0 | 100001 | 11100110 | 110101 | 101100 |
Color Harmonies of #3448AA
Complementary color
Monochromatic Colors of #3448AA
Black with #3448AA
Text Example
Text Example
White with #3448AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3448AA; }
p { color: rgb(52,72,170); }
H1.HeaderClassName
{
color: #3448AA;
}
.AnyTagClassName
{
color: #3448AA;
}
</style>
background-color css
<style>
a { background-color: #3448AA; }
a { background-color: rgb(52,72,170); }
div.DivClassName
{
background-color: #3448AA;
}
.BgClassName
{
background-color: #3448AA;
}
</style>
border-color css
<style>
span { border-color: #3448AA; }
span { border-color: rgb(52,72,170); }
td.TdClassName
{
border-color: #3448AA;
}
.TagClassName
{
border-color: #3448AA;
}
</style>