Shades of Cerulean Blue #3143A6
Tints of Cerulean Blue #3143A6
RGB
CMYK
RGB Variations
Color information
#3143A6 (or 0x3143A6) is known color: Cerulean Blue. HEX triplet: 31, 43 and A6. RGB value is (49,67,166). Sum of RGB (Red+Green+Blue) = 49+67+166=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #3143A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3143A6 is #CEBC59. Grayscale: #484848. Windows color (decimal): -13548634 or 10896177. OLE color: 10896177.
HSL color Cylindrical-coordinate representation of color #3143A6: hue angle of 230.77º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3143A6 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 67 | 166 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.35 |
| HSL | 230.77º | 0.54% | 0.42% | - |
| HSV(B) | 230.77º | 0.7% | 0.65% | - |
| XYZ | 10.16 | 7.42 | 36.97 | - |
| YUV | 72.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 166 | 0.70 | 0.60 | 0 | 0.35 | 230.77 | 0.54 | 0.42 |
| Hex | 31 | 43 | A6 | 46 | 3C | 0 | 23 | E7 | 36 | 2A |
| Octal | 61 | 103 | 246 | 106 | 74 | 0 | 43 | 347 | 66 | 52 |
| Binary | 110001 | 1000011 | 10100110 | 1000110 | 111100 | 0 | 100011 | 11100111 | 110110 | 101010 |
Color Harmonies of #3143A6
Complementary color
Monochromatic Colors of #3143A6
Black with #3143A6
Text Example
Text Example
White with #3143A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143A6; }
p { color: rgb(49,67,166); }
H1.HeaderClassName
{
color: #3143A6;
}
.AnyTagClassName
{
color: #3143A6;
}
</style>
background-color css
<style>
a { background-color: #3143A6; }
a { background-color: rgb(49,67,166); }
div.DivClassName
{
background-color: #3143A6;
}
.BgClassName
{
background-color: #3143A6;
}
</style>
border-color css
<style>
span { border-color: #3143A6; }
span { border-color: rgb(49,67,166); }
td.TdClassName
{
border-color: #3143A6;
}
.TagClassName
{
border-color: #3143A6;
}
</style>