Shades of Cerulean Blue #3044AD
Tints of Cerulean Blue #3044AD
RGB
CMYK
RGB Variations
Color information
#3044AD (or 0x3044AD) is known color: Cerulean Blue. HEX triplet: 30, 44 and AD. RGB value is (48,68,173). Sum of RGB (Red+Green+Blue) = 48+68+173=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #3044AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3044AD is #CFBB52. Grayscale: #494949. Windows color (decimal): -13613907 or 11355184. OLE color: 11355184.
HSL color Cylindrical-coordinate representation of color #3044AD: hue angle of 230.4º 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 #3044AD is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 68 | 173 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.32 |
| HSL | 230.4º | 0.57% | 0.43% | - |
| HSV(B) | 230.4º | 0.72% | 0.68% | - |
| XYZ | 10.83 | 7.78 | 40.47 | - |
| YUV | 73.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 173 | 0.72 | 0.61 | 0 | 0.32 | 230.4 | 0.57 | 0.43 |
| Hex | 30 | 44 | AD | 48 | 3D | 0 | 20 | E6 | 39 | 2B |
| Octal | 60 | 104 | 255 | 110 | 75 | 0 | 40 | 346 | 71 | 53 |
| Binary | 110000 | 1000100 | 10101101 | 1001000 | 111101 | 0 | 100000 | 11100110 | 111001 | 101011 |
Color Harmonies of #3044AD
Complementary color
Monochromatic Colors of #3044AD
Black with #3044AD
Text Example
Text Example
White with #3044AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3044AD; }
p { color: rgb(48,68,173); }
H1.HeaderClassName
{
color: #3044AD;
}
.AnyTagClassName
{
color: #3044AD;
}
</style>
background-color css
<style>
a { background-color: #3044AD; }
a { background-color: rgb(48,68,173); }
div.DivClassName
{
background-color: #3044AD;
}
.BgClassName
{
background-color: #3044AD;
}
</style>
border-color css
<style>
span { border-color: #3044AD; }
span { border-color: rgb(48,68,173); }
td.TdClassName
{
border-color: #3044AD;
}
.TagClassName
{
border-color: #3044AD;
}
</style>