Shades of Cerulean Blue #3154AF
Tints of Cerulean Blue #3154AF
RGB
CMYK
RGB Variations
Color information
#3154AF (or 0x3154AF) is known color: Cerulean Blue. HEX triplet: 31, 54 and AF. RGB value is (49,84,175). Sum of RGB (Red+Green+Blue) = 49+84+175=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #3154AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3154AF is #CEAB50. Grayscale: #535353. Windows color (decimal): -13544273 or 11490353. OLE color: 11490353.
HSL color Cylindrical-coordinate representation of color #3154AF: hue angle of 223.33º 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 #3154AF is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 84 | 175 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.31 |
| HSL | 223.33º | 0.56% | 0.44% | - |
| HSV(B) | 223.33º | 0.72% | 0.69% | - |
| XYZ | 12.17 | 10.09 | 41.86 | - |
| YUV | 83.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 175 | 0.72 | 0.52 | 0 | 0.31 | 223.33 | 0.56 | 0.44 |
| Hex | 31 | 54 | AF | 48 | 34 | 0 | 1F | DF | 38 | 2C |
| Octal | 61 | 124 | 257 | 110 | 64 | 0 | 37 | 337 | 70 | 54 |
| Binary | 110001 | 1010100 | 10101111 | 1001000 | 110100 | 0 | 11111 | 11011111 | 111000 | 101100 |
Color Harmonies of #3154AF
Complementary color
Monochromatic Colors of #3154AF
Black with #3154AF
Text Example
Text Example
White with #3154AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154AF; }
p { color: rgb(49,84,175); }
H1.HeaderClassName
{
color: #3154AF;
}
.AnyTagClassName
{
color: #3154AF;
}
</style>
background-color css
<style>
a { background-color: #3154AF; }
a { background-color: rgb(49,84,175); }
div.DivClassName
{
background-color: #3154AF;
}
.BgClassName
{
background-color: #3154AF;
}
</style>
border-color css
<style>
span { border-color: #3154AF; }
span { border-color: rgb(49,84,175); }
td.TdClassName
{
border-color: #3154AF;
}
.TagClassName
{
border-color: #3154AF;
}
</style>