Shades of Cerulean Blue #3148AF
Tints of Cerulean Blue #3148AF
RGB
CMYK
RGB Variations
Color information
#3148AF (or 0x3148AF) is known color: Cerulean Blue. HEX triplet: 31, 48 and AF. RGB value is (49,72,175). Sum of RGB (Red+Green+Blue) = 49+72+175=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #3148AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3148AF is #CEB750. Grayscale: #4C4C4C. Windows color (decimal): -13547345 or 11487281. OLE color: 11487281.
HSL color Cylindrical-coordinate representation of color #3148AF: hue angle of 229.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3148AF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 72 | 175 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.31 |
| HSL | 229.05º | 0.56% | 0.44% | - |
| HSV(B) | 229.05º | 0.72% | 0.69% | - |
| XYZ | 11.32 | 8.38 | 41.58 | - |
| YUV | 76.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 175 | 0.72 | 0.59 | 0 | 0.31 | 229.05 | 0.56 | 0.44 |
| Hex | 31 | 48 | AF | 48 | 3B | 0 | 1F | E5 | 38 | 2C |
| Octal | 61 | 110 | 257 | 110 | 73 | 0 | 37 | 345 | 70 | 54 |
| Binary | 110001 | 1001000 | 10101111 | 1001000 | 111011 | 0 | 11111 | 11100101 | 111000 | 101100 |
Color Harmonies of #3148AF
Complementary color
Monochromatic Colors of #3148AF
Black with #3148AF
Text Example
Text Example
White with #3148AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3148AF; }
p { color: rgb(49,72,175); }
H1.HeaderClassName
{
color: #3148AF;
}
.AnyTagClassName
{
color: #3148AF;
}
</style>
background-color css
<style>
a { background-color: #3148AF; }
a { background-color: rgb(49,72,175); }
div.DivClassName
{
background-color: #3148AF;
}
.BgClassName
{
background-color: #3148AF;
}
</style>
border-color css
<style>
span { border-color: #3148AF; }
span { border-color: rgb(49,72,175); }
td.TdClassName
{
border-color: #3148AF;
}
.TagClassName
{
border-color: #3148AF;
}
</style>