Shades of Cerulean Blue #3449AB
Tints of Cerulean Blue #3449AB
RGB
CMYK
RGB Variations
Color information
#3449AB (or 0x3449AB) is known color: Cerulean Blue. HEX triplet: 34, 49 and AB. RGB value is (52,73,171). Sum of RGB (Red+Green+Blue) = 52+73+171=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #3449AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3449AB is #CBB654. Grayscale: #4D4D4D. Windows color (decimal): -13350485 or 11225396. OLE color: 11225396.
HSL color Cylindrical-coordinate representation of color #3449AB: hue angle of 229.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3449AB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 73 | 171 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.33 |
| HSL | 229.41º | 0.53% | 0.44% | - |
| HSV(B) | 229.41º | 0.7% | 0.67% | - |
| XYZ | 11.15 | 8.44 | 39.57 | - |
| YUV | 77.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 171 | 0.70 | 0.57 | 0 | 0.33 | 229.41 | 0.53 | 0.44 |
| Hex | 34 | 49 | AB | 46 | 39 | 0 | 21 | E5 | 35 | 2C |
| Octal | 64 | 111 | 253 | 106 | 71 | 0 | 41 | 345 | 65 | 54 |
| Binary | 110100 | 1001001 | 10101011 | 1000110 | 111001 | 0 | 100001 | 11100101 | 110101 | 101100 |
Color Harmonies of #3449AB
Complementary color
Monochromatic Colors of #3449AB
Black with #3449AB
Text Example
Text Example
White with #3449AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449AB; }
p { color: rgb(52,73,171); }
H1.HeaderClassName
{
color: #3449AB;
}
.AnyTagClassName
{
color: #3449AB;
}
</style>
background-color css
<style>
a { background-color: #3449AB; }
a { background-color: rgb(52,73,171); }
div.DivClassName
{
background-color: #3449AB;
}
.BgClassName
{
background-color: #3449AB;
}
</style>
border-color css
<style>
span { border-color: #3449AB; }
span { border-color: rgb(52,73,171); }
td.TdClassName
{
border-color: #3449AB;
}
.TagClassName
{
border-color: #3449AB;
}
</style>