Shades of Cerulean Blue #3159CC
Tints of Cerulean Blue #3159CC
RGB
CMYK
RGB Variations
Color information
#3159CC (or 0x3159CC) is known color: Cerulean Blue. HEX triplet: 31, 59 and CC. RGB value is (49,89,204). Sum of RGB (Red+Green+Blue) = 49+89+204=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #3159CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3159CC is #CEA633. Grayscale: #595959. Windows color (decimal): -13542964 or 13392177. OLE color: 13392177.
HSL color Cylindrical-coordinate representation of color #3159CC: hue angle of 224.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3159CC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 89 | 204 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.2 |
| HSL | 224.52º | 0.61% | 0.5% | - |
| HSV(B) | 224.52º | 0.76% | 0.8% | - |
| XYZ | 15.74 | 12.16 | 58.64 | - |
| YUV | 90.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 204 | 0.76 | 0.56 | 0 | 0.2 | 224.52 | 0.61 | 0.5 |
| Hex | 31 | 59 | CC | 4C | 38 | 0 | 14 | E1 | 3D | 32 |
| Octal | 61 | 131 | 314 | 114 | 70 | 0 | 24 | 341 | 75 | 62 |
| Binary | 110001 | 1011001 | 11001100 | 1001100 | 111000 | 0 | 10100 | 11100001 | 111101 | 110010 |
Color Harmonies of #3159CC
Complementary color
Monochromatic Colors of #3159CC
Black with #3159CC
Text Example
Text Example
White with #3159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3159CC; }
p { color: rgb(49,89,204); }
H1.HeaderClassName
{
color: #3159CC;
}
.AnyTagClassName
{
color: #3159CC;
}
</style>
background-color css
<style>
a { background-color: #3159CC; }
a { background-color: rgb(49,89,204); }
div.DivClassName
{
background-color: #3159CC;
}
.BgClassName
{
background-color: #3159CC;
}
</style>
border-color css
<style>
span { border-color: #3159CC; }
span { border-color: rgb(49,89,204); }
td.TdClassName
{
border-color: #3159CC;
}
.TagClassName
{
border-color: #3159CC;
}
</style>