Shades of Cerulean Blue #3044AB
Tints of Cerulean Blue #3044AB
RGB
CMYK
RGB Variations
Color information
#3044AB (or 0x3044AB) is known color: Cerulean Blue. HEX triplet: 30, 44 and AB. RGB value is (48,68,171). Sum of RGB (Red+Green+Blue) = 48+68+171=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #3044AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3044AB is #CFBB54. Grayscale: #494949. Windows color (decimal): -13613909 or 11224112. OLE color: 11224112.
HSL color Cylindrical-coordinate representation of color #3044AB: hue angle of 230.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3044AB is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 68 | 171 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.33 |
| HSL | 230.24º | 0.56% | 0.43% | - |
| HSV(B) | 230.24º | 0.72% | 0.67% | - |
| XYZ | 10.64 | 7.7 | 39.45 | - |
| YUV | 73.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 171 | 0.72 | 0.60 | 0 | 0.33 | 230.24 | 0.56 | 0.43 |
| Hex | 30 | 44 | AB | 48 | 3C | 0 | 21 | E6 | 38 | 2B |
| Octal | 60 | 104 | 253 | 110 | 74 | 0 | 41 | 346 | 70 | 53 |
| Binary | 110000 | 1000100 | 10101011 | 1001000 | 111100 | 0 | 100001 | 11100110 | 111000 | 101011 |
Color Harmonies of #3044AB
Complementary color
Monochromatic Colors of #3044AB
Black with #3044AB
Text Example
Text Example
White with #3044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3044AB; }
p { color: rgb(48,68,171); }
H1.HeaderClassName
{
color: #3044AB;
}
.AnyTagClassName
{
color: #3044AB;
}
</style>
background-color css
<style>
a { background-color: #3044AB; }
a { background-color: rgb(48,68,171); }
div.DivClassName
{
background-color: #3044AB;
}
.BgClassName
{
background-color: #3044AB;
}
</style>
border-color css
<style>
span { border-color: #3044AB; }
span { border-color: rgb(48,68,171); }
td.TdClassName
{
border-color: #3044AB;
}
.TagClassName
{
border-color: #3044AB;
}
</style>