Shades of Cerulean Blue #3141BD
Tints of Cerulean Blue #3141BD
RGB
CMYK
RGB Variations
Color information
#3141BD (or 0x3141BD) is known color: Cerulean Blue. HEX triplet: 31, 41 and BD. RGB value is (49,65,189). Sum of RGB (Red+Green+Blue) = 49+65+189=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #3141BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141BD is #CEBE42. Grayscale: #494949. Windows color (decimal): -13549123 or 12402993. OLE color: 12402993.
HSL color Cylindrical-coordinate representation of color #3141BD: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3141BD is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 65 | 189 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.26 |
| HSL | 233.14º | 0.59% | 0.47% | - |
| HSV(B) | 233.14º | 0.74% | 0.74% | - |
| XYZ | 12.34 | 8.11 | 49.06 | - |
| YUV | 74.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 189 | 0.74 | 0.66 | 0 | 0.26 | 233.14 | 0.59 | 0.47 |
| Hex | 31 | 41 | BD | 4A | 42 | 0 | 1A | E9 | 3B | 2F |
| Octal | 61 | 101 | 275 | 112 | 102 | 0 | 32 | 351 | 73 | 57 |
| Binary | 110001 | 1000001 | 10111101 | 1001010 | 1000010 | 0 | 11010 | 11101001 | 111011 | 101111 |
Color Harmonies of #3141BD
Complementary color
Monochromatic Colors of #3141BD
Black with #3141BD
Text Example
Text Example
White with #3141BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141BD; }
p { color: rgb(49,65,189); }
H1.HeaderClassName
{
color: #3141BD;
}
.AnyTagClassName
{
color: #3141BD;
}
</style>
background-color css
<style>
a { background-color: #3141BD; }
a { background-color: rgb(49,65,189); }
div.DivClassName
{
background-color: #3141BD;
}
.BgClassName
{
background-color: #3141BD;
}
</style>
border-color css
<style>
span { border-color: #3141BD; }
span { border-color: rgb(49,65,189); }
td.TdClassName
{
border-color: #3141BD;
}
.TagClassName
{
border-color: #3141BD;
}
</style>