Shades of Cerulean Blue #3142BC
Tints of Cerulean Blue #3142BC
RGB
CMYK
RGB Variations
Color information
#3142BC (or 0x3142BC) is known color: Cerulean Blue. HEX triplet: 31, 42 and BC. RGB value is (49,66,188). Sum of RGB (Red+Green+Blue) = 49+66+188=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #3142BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142BC is #CEBD43. Grayscale: #4A4A4A. Windows color (decimal): -13548868 or 12337713. OLE color: 12337713.
HSL color Cylindrical-coordinate representation of color #3142BC: hue angle of 232.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3142BC is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 66 | 188 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.26 |
| HSL | 232.66º | 0.59% | 0.46% | - |
| HSV(B) | 232.66º | 0.74% | 0.74% | - |
| XYZ | 12.29 | 8.18 | 48.51 | - |
| YUV | 74.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 188 | 0.74 | 0.65 | 0 | 0.26 | 232.66 | 0.59 | 0.46 |
| Hex | 31 | 42 | BC | 4A | 41 | 0 | 1A | E9 | 3B | 2E |
| Octal | 61 | 102 | 274 | 112 | 101 | 0 | 32 | 351 | 73 | 56 |
| Binary | 110001 | 1000010 | 10111100 | 1001010 | 1000001 | 0 | 11010 | 11101001 | 111011 | 101110 |
Color Harmonies of #3142BC
Complementary color
Monochromatic Colors of #3142BC
Black with #3142BC
Text Example
Text Example
White with #3142BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142BC; }
p { color: rgb(49,66,188); }
H1.HeaderClassName
{
color: #3142BC;
}
.AnyTagClassName
{
color: #3142BC;
}
</style>
background-color css
<style>
a { background-color: #3142BC; }
a { background-color: rgb(49,66,188); }
div.DivClassName
{
background-color: #3142BC;
}
.BgClassName
{
background-color: #3142BC;
}
</style>
border-color css
<style>
span { border-color: #3142BC; }
span { border-color: rgb(49,66,188); }
td.TdClassName
{
border-color: #3142BC;
}
.TagClassName
{
border-color: #3142BC;
}
</style>