Shades of Cerulean Blue #3049AD
Tints of Cerulean Blue #3049AD
RGB
CMYK
RGB Variations
Color information
#3049AD (or 0x3049AD) is known color: Cerulean Blue. HEX triplet: 30, 49 and AD. RGB value is (48,73,173). Sum of RGB (Red+Green+Blue) = 48+73+173=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3049AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3049AD is #CFB652. Grayscale: #4C4C4C. Windows color (decimal): -13612627 or 11356464. OLE color: 11356464.
HSL color Cylindrical-coordinate representation of color #3049AD: hue angle of 228º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3049AD is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 73 | 173 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.32 |
| HSL | 228º | 0.57% | 0.43% | - |
| HSV(B) | 228º | 0.72% | 0.68% | - |
| XYZ | 11.14 | 8.41 | 40.57 | - |
| YUV | 76.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 173 | 0.72 | 0.58 | 0 | 0.32 | 228 | 0.57 | 0.43 |
| Hex | 30 | 49 | AD | 48 | 3A | 0 | 20 | E4 | 39 | 2B |
| Octal | 60 | 111 | 255 | 110 | 72 | 0 | 40 | 344 | 71 | 53 |
| Binary | 110000 | 1001001 | 10101101 | 1001000 | 111010 | 0 | 100000 | 11100100 | 111001 | 101011 |
Color Harmonies of #3049AD
Complementary color
Monochromatic Colors of #3049AD
Black with #3049AD
Text Example
Text Example
White with #3049AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3049AD; }
p { color: rgb(48,73,173); }
H1.HeaderClassName
{
color: #3049AD;
}
.AnyTagClassName
{
color: #3049AD;
}
</style>
background-color css
<style>
a { background-color: #3049AD; }
a { background-color: rgb(48,73,173); }
div.DivClassName
{
background-color: #3049AD;
}
.BgClassName
{
background-color: #3049AD;
}
</style>
border-color css
<style>
span { border-color: #3049AD; }
span { border-color: rgb(48,73,173); }
td.TdClassName
{
border-color: #3049AD;
}
.TagClassName
{
border-color: #3049AD;
}
</style>