Shades of Cerulean Blue #3145AC
Tints of Cerulean Blue #3145AC
RGB
CMYK
RGB Variations
Color information
#3145AC (or 0x3145AC) is known color: Cerulean Blue. HEX triplet: 31, 45 and AC. RGB value is (49,69,172). Sum of RGB (Red+Green+Blue) = 49+69+172=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #3145AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3145AC is #CEBA53. Grayscale: #4A4A4A. Windows color (decimal): -13548116 or 11289905. OLE color: 11289905.
HSL color Cylindrical-coordinate representation of color #3145AC: hue angle of 230.24º 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 #3145AC is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 69 | 172 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.33 |
| HSL | 230.24º | 0.56% | 0.43% | - |
| HSV(B) | 230.24º | 0.72% | 0.67% | - |
| XYZ | 10.84 | 7.89 | 39.98 | - |
| YUV | 74.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 172 | 0.72 | 0.60 | 0 | 0.33 | 230.24 | 0.56 | 0.43 |
| Hex | 31 | 45 | AC | 48 | 3C | 0 | 21 | E6 | 38 | 2B |
| Octal | 61 | 105 | 254 | 110 | 74 | 0 | 41 | 346 | 70 | 53 |
| Binary | 110001 | 1000101 | 10101100 | 1001000 | 111100 | 0 | 100001 | 11100110 | 111000 | 101011 |
Color Harmonies of #3145AC
Complementary color
Monochromatic Colors of #3145AC
Black with #3145AC
Text Example
Text Example
White with #3145AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3145AC; }
p { color: rgb(49,69,172); }
H1.HeaderClassName
{
color: #3145AC;
}
.AnyTagClassName
{
color: #3145AC;
}
</style>
background-color css
<style>
a { background-color: #3145AC; }
a { background-color: rgb(49,69,172); }
div.DivClassName
{
background-color: #3145AC;
}
.BgClassName
{
background-color: #3145AC;
}
</style>
border-color css
<style>
span { border-color: #3145AC; }
span { border-color: rgb(49,69,172); }
td.TdClassName
{
border-color: #3145AC;
}
.TagClassName
{
border-color: #3145AC;
}
</style>