Shades of Cerulean Blue #3154CA
Tints of Cerulean Blue #3154CA
RGB
CMYK
RGB Variations
Color information
#3154CA (or 0x3154CA) is known color: Cerulean Blue. HEX triplet: 31, 54 and CA. RGB value is (49,84,202). Sum of RGB (Red+Green+Blue) = 49+84+202=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #3154CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154CA is #CEAB35. Grayscale: #565656. Windows color (decimal): -13544246 or 13259825. OLE color: 13259825.
HSL color Cylindrical-coordinate representation of color #3154CA: hue angle of 226.27º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3154CA is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 84 | 202 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.21 |
| HSL | 226.27º | 0.61% | 0.49% | - |
| HSV(B) | 226.27º | 0.76% | 0.79% | - |
| XYZ | 15.1 | 11.26 | 57.25 | - |
| YUV | 86.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 202 | 0.76 | 0.58 | 0 | 0.21 | 226.27 | 0.61 | 0.49 |
| Hex | 31 | 54 | CA | 4C | 3A | 0 | 15 | E2 | 3D | 31 |
| Octal | 61 | 124 | 312 | 114 | 72 | 0 | 25 | 342 | 75 | 61 |
| Binary | 110001 | 1010100 | 11001010 | 1001100 | 111010 | 0 | 10101 | 11100010 | 111101 | 110001 |
Color Harmonies of #3154CA
Complementary color
Monochromatic Colors of #3154CA
Black with #3154CA
Text Example
Text Example
White with #3154CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154CA; }
p { color: rgb(49,84,202); }
H1.HeaderClassName
{
color: #3154CA;
}
.AnyTagClassName
{
color: #3154CA;
}
</style>
background-color css
<style>
a { background-color: #3154CA; }
a { background-color: rgb(49,84,202); }
div.DivClassName
{
background-color: #3154CA;
}
.BgClassName
{
background-color: #3154CA;
}
</style>
border-color css
<style>
span { border-color: #3154CA; }
span { border-color: rgb(49,84,202); }
td.TdClassName
{
border-color: #3154CA;
}
.TagClassName
{
border-color: #3154CA;
}
</style>