Shades of Cerulean Blue #3142C1
Tints of Cerulean Blue #3142C1
RGB
CMYK
RGB Variations
Color information
#3142C1 (or 0x3142C1) is known color: Cerulean Blue. HEX triplet: 31, 42 and C1. RGB value is (49,66,193). Sum of RGB (Red+Green+Blue) = 49+66+193=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #3142C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142C1 is #CEBD3E. Grayscale: #4A4A4A. Windows color (decimal): -13548863 or 12665393. OLE color: 12665393.
HSL color Cylindrical-coordinate representation of color #3142C1: hue angle of 232.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3142C1 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 66 | 193 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.24 |
| HSL | 232.92º | 0.6% | 0.47% | - |
| HSV(B) | 232.92º | 0.75% | 0.76% | - |
| XYZ | 12.84 | 8.4 | 51.4 | - |
| YUV | 75.4 | 194.37 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 193 | 0.75 | 0.66 | 0 | 0.24 | 232.92 | 0.6 | 0.47 |
| Hex | 31 | 42 | C1 | 4B | 42 | 0 | 18 | E9 | 3C | 2F |
| Octal | 61 | 102 | 301 | 113 | 102 | 0 | 30 | 351 | 74 | 57 |
| Binary | 110001 | 1000010 | 11000001 | 1001011 | 1000010 | 0 | 11000 | 11101001 | 111100 | 101111 |
Color Harmonies of #3142C1
Complementary color
Monochromatic Colors of #3142C1
Black with #3142C1
Text Example
Text Example
White with #3142C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142C1; }
p { color: rgb(49,66,193); }
H1.HeaderClassName
{
color: #3142C1;
}
.AnyTagClassName
{
color: #3142C1;
}
</style>
background-color css
<style>
a { background-color: #3142C1; }
a { background-color: rgb(49,66,193); }
div.DivClassName
{
background-color: #3142C1;
}
.BgClassName
{
background-color: #3142C1;
}
</style>
border-color css
<style>
span { border-color: #3142C1; }
span { border-color: rgb(49,66,193); }
td.TdClassName
{
border-color: #3142C1;
}
.TagClassName
{
border-color: #3142C1;
}
</style>