Shades of Cerulean Blue #3151C3
Tints of Cerulean Blue #3151C3
RGB
CMYK
RGB Variations
Color information
#3151C3 (or 0x3151C3) is known color: Cerulean Blue. HEX triplet: 31, 51 and C3. RGB value is (49,81,195). Sum of RGB (Red+Green+Blue) = 49+81+195=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #3151C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3151C3 is #CEAE3C. Grayscale: #535353. Windows color (decimal): -13545021 or 12800305. OLE color: 12800305.
HSL color Cylindrical-coordinate representation of color #3151C3: hue angle of 226.85º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3151C3 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 81 | 195 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.24 |
| HSL | 226.85º | 0.6% | 0.48% | - |
| HSV(B) | 226.85º | 0.75% | 0.76% | - |
| XYZ | 14.06 | 10.48 | 52.91 | - |
| YUV | 84.43 | 190.4 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 195 | 0.75 | 0.58 | 0 | 0.24 | 226.85 | 0.6 | 0.48 |
| Hex | 31 | 51 | C3 | 4B | 3A | 0 | 18 | E3 | 3C | 30 |
| Octal | 61 | 121 | 303 | 113 | 72 | 0 | 30 | 343 | 74 | 60 |
| Binary | 110001 | 1010001 | 11000011 | 1001011 | 111010 | 0 | 11000 | 11100011 | 111100 | 110000 |
Color Harmonies of #3151C3
Complementary color
Monochromatic Colors of #3151C3
Black with #3151C3
Text Example
Text Example
White with #3151C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151C3; }
p { color: rgb(49,81,195); }
H1.HeaderClassName
{
color: #3151C3;
}
.AnyTagClassName
{
color: #3151C3;
}
</style>
background-color css
<style>
a { background-color: #3151C3; }
a { background-color: rgb(49,81,195); }
div.DivClassName
{
background-color: #3151C3;
}
.BgClassName
{
background-color: #3151C3;
}
</style>
border-color css
<style>
span { border-color: #3151C3; }
span { border-color: rgb(49,81,195); }
td.TdClassName
{
border-color: #3151C3;
}
.TagClassName
{
border-color: #3151C3;
}
</style>