Shades of Cerulean Blue #3150AF
Tints of Cerulean Blue #3150AF
RGB
CMYK
RGB Variations
Color information
#3150AF (or 0x3150AF) is known color: Cerulean Blue. HEX triplet: 31, 50 and AF. RGB value is (49,80,175). Sum of RGB (Red+Green+Blue) = 49+80+175=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #3150AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3150AF is #CEAF50. Grayscale: #515151. Windows color (decimal): -13545297 or 11489329. OLE color: 11489329.
HSL color Cylindrical-coordinate representation of color #3150AF: hue angle of 225.24º 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 #3150AF is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 80 | 175 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.31 |
| HSL | 225.24º | 0.56% | 0.44% | - |
| HSV(B) | 225.24º | 0.72% | 0.69% | - |
| XYZ | 11.87 | 9.49 | 41.76 | - |
| YUV | 81.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 175 | 0.72 | 0.54 | 0 | 0.31 | 225.24 | 0.56 | 0.44 |
| Hex | 31 | 50 | AF | 48 | 36 | 0 | 1F | E1 | 38 | 2C |
| Octal | 61 | 120 | 257 | 110 | 66 | 0 | 37 | 341 | 70 | 54 |
| Binary | 110001 | 1010000 | 10101111 | 1001000 | 110110 | 0 | 11111 | 11100001 | 111000 | 101100 |
Color Harmonies of #3150AF
Complementary color
Monochromatic Colors of #3150AF
Black with #3150AF
Text Example
Text Example
White with #3150AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150AF; }
p { color: rgb(49,80,175); }
H1.HeaderClassName
{
color: #3150AF;
}
.AnyTagClassName
{
color: #3150AF;
}
</style>
background-color css
<style>
a { background-color: #3150AF; }
a { background-color: rgb(49,80,175); }
div.DivClassName
{
background-color: #3150AF;
}
.BgClassName
{
background-color: #3150AF;
}
</style>
border-color css
<style>
span { border-color: #3150AF; }
span { border-color: rgb(49,80,175); }
td.TdClassName
{
border-color: #3150AF;
}
.TagClassName
{
border-color: #3150AF;
}
</style>