Shades of Cerulean Blue #3141C8
Tints of Cerulean Blue #3141C8
RGB
CMYK
RGB Variations
Color information
#3141C8 (or 0x3141C8) is known color: Cerulean Blue. HEX triplet: 31, 41 and C8. RGB value is (49,65,200). Sum of RGB (Red+Green+Blue) = 49+65+200=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #3141C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141C8 is #CEBE37. Grayscale: #4B4B4B. Windows color (decimal): -13549112 or 13123889. OLE color: 13123889.
HSL color Cylindrical-coordinate representation of color #3141C8: hue angle of 233.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3141C8 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 65 | 200 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.22 |
| HSL | 233.64º | 0.61% | 0.49% | - |
| HSV(B) | 233.64º | 0.76% | 0.78% | - |
| XYZ | 13.58 | 8.6 | 55.59 | - |
| YUV | 75.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 200 | 0.76 | 0.68 | 0 | 0.22 | 233.64 | 0.61 | 0.49 |
| Hex | 31 | 41 | C8 | 4C | 44 | 0 | 16 | EA | 3D | 31 |
| Octal | 61 | 101 | 310 | 114 | 104 | 0 | 26 | 352 | 75 | 61 |
| Binary | 110001 | 1000001 | 11001000 | 1001100 | 1000100 | 0 | 10110 | 11101010 | 111101 | 110001 |
Color Harmonies of #3141C8
Complementary color
Monochromatic Colors of #3141C8
Black with #3141C8
Text Example
Text Example
White with #3141C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141C8; }
p { color: rgb(49,65,200); }
H1.HeaderClassName
{
color: #3141C8;
}
.AnyTagClassName
{
color: #3141C8;
}
</style>
background-color css
<style>
a { background-color: #3141C8; }
a { background-color: rgb(49,65,200); }
div.DivClassName
{
background-color: #3141C8;
}
.BgClassName
{
background-color: #3141C8;
}
</style>
border-color css
<style>
span { border-color: #3141C8; }
span { border-color: rgb(49,65,200); }
td.TdClassName
{
border-color: #3141C8;
}
.TagClassName
{
border-color: #3141C8;
}
</style>