Shades of Cerulean Blue #3143AA
Tints of Cerulean Blue #3143AA
RGB
CMYK
RGB Variations
Color information
#3143AA (or 0x3143AA) is known color: Cerulean Blue. HEX triplet: 31, 43 and AA. RGB value is (49,67,170). Sum of RGB (Red+Green+Blue) = 49+67+170=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3143AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3143AA is #CEBC55. Grayscale: #484848. Windows color (decimal): -13548630 or 11158321. OLE color: 11158321.
HSL color Cylindrical-coordinate representation of color #3143AA: hue angle of 231.07º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3143AA is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 67 | 170 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.33 |
| HSL | 231.07º | 0.55% | 0.43% | - |
| HSV(B) | 231.07º | 0.71% | 0.67% | - |
| XYZ | 10.53 | 7.57 | 38.94 | - |
| YUV | 73.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 170 | 0.71 | 0.61 | 0 | 0.33 | 231.07 | 0.55 | 0.43 |
| Hex | 31 | 43 | AA | 47 | 3D | 0 | 21 | E7 | 37 | 2B |
| Octal | 61 | 103 | 252 | 107 | 75 | 0 | 41 | 347 | 67 | 53 |
| Binary | 110001 | 1000011 | 10101010 | 1000111 | 111101 | 0 | 100001 | 11100111 | 110111 | 101011 |
Color Harmonies of #3143AA
Complementary color
Monochromatic Colors of #3143AA
Black with #3143AA
Text Example
Text Example
White with #3143AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143AA; }
p { color: rgb(49,67,170); }
H1.HeaderClassName
{
color: #3143AA;
}
.AnyTagClassName
{
color: #3143AA;
}
</style>
background-color css
<style>
a { background-color: #3143AA; }
a { background-color: rgb(49,67,170); }
div.DivClassName
{
background-color: #3143AA;
}
.BgClassName
{
background-color: #3143AA;
}
</style>
border-color css
<style>
span { border-color: #3143AA; }
span { border-color: rgb(49,67,170); }
td.TdClassName
{
border-color: #3143AA;
}
.TagClassName
{
border-color: #3143AA;
}
</style>