Shades of Cerulean Blue #3143AC
Tints of Cerulean Blue #3143AC
RGB
CMYK
RGB Variations
Color information
#3143AC (or 0x3143AC) is known color: Cerulean Blue. HEX triplet: 31, 43 and AC. RGB value is (49,67,172). Sum of RGB (Red+Green+Blue) = 49+67+172=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #3143AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3143AC is #CEBC53. Grayscale: #494949. Windows color (decimal): -13548628 or 11289393. OLE color: 11289393.
HSL color Cylindrical-coordinate representation of color #3143AC: hue angle of 231.22º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3143AC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 67 | 172 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.33 |
| HSL | 231.22º | 0.56% | 0.43% | - |
| HSV(B) | 231.22º | 0.72% | 0.67% | - |
| XYZ | 10.72 | 7.65 | 39.94 | - |
| YUV | 73.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 172 | 0.72 | 0.61 | 0 | 0.33 | 231.22 | 0.56 | 0.43 |
| Hex | 31 | 43 | AC | 48 | 3D | 0 | 21 | E7 | 38 | 2B |
| Octal | 61 | 103 | 254 | 110 | 75 | 0 | 41 | 347 | 70 | 53 |
| Binary | 110001 | 1000011 | 10101100 | 1001000 | 111101 | 0 | 100001 | 11100111 | 111000 | 101011 |
Color Harmonies of #3143AC
Complementary color
Monochromatic Colors of #3143AC
Black with #3143AC
Text Example
Text Example
White with #3143AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143AC; }
p { color: rgb(49,67,172); }
H1.HeaderClassName
{
color: #3143AC;
}
.AnyTagClassName
{
color: #3143AC;
}
</style>
background-color css
<style>
a { background-color: #3143AC; }
a { background-color: rgb(49,67,172); }
div.DivClassName
{
background-color: #3143AC;
}
.BgClassName
{
background-color: #3143AC;
}
</style>
border-color css
<style>
span { border-color: #3143AC; }
span { border-color: rgb(49,67,172); }
td.TdClassName
{
border-color: #3143AC;
}
.TagClassName
{
border-color: #3143AC;
}
</style>