Shades of Cerulean Blue #3450AC
Tints of Cerulean Blue #3450AC
RGB
CMYK
RGB Variations
Color information
#3450AC (or 0x3450AC) is known color: Cerulean Blue. HEX triplet: 34, 50 and AC. RGB value is (52,80,172). Sum of RGB (Red+Green+Blue) = 52+80+172=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #3450AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3450AC is #CBAF53. Grayscale: #515151. Windows color (decimal): -13348692 or 11292724. OLE color: 11292724.
HSL color Cylindrical-coordinate representation of color #3450AC: hue angle of 226º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3450AC is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 80 | 172 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.33 |
| HSL | 226º | 0.54% | 0.44% | - |
| HSV(B) | 226º | 0.7% | 0.67% | - |
| XYZ | 11.73 | 9.45 | 40.23 | - |
| YUV | 82.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 172 | 0.70 | 0.53 | 0 | 0.33 | 226 | 0.54 | 0.44 |
| Hex | 34 | 50 | AC | 46 | 35 | 0 | 21 | E2 | 36 | 2C |
| Octal | 64 | 120 | 254 | 106 | 65 | 0 | 41 | 342 | 66 | 54 |
| Binary | 110100 | 1010000 | 10101100 | 1000110 | 110101 | 0 | 100001 | 11100010 | 110110 | 101100 |
Color Harmonies of #3450AC
Complementary color
Monochromatic Colors of #3450AC
Black with #3450AC
Text Example
Text Example
White with #3450AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3450AC; }
p { color: rgb(52,80,172); }
H1.HeaderClassName
{
color: #3450AC;
}
.AnyTagClassName
{
color: #3450AC;
}
</style>
background-color css
<style>
a { background-color: #3450AC; }
a { background-color: rgb(52,80,172); }
div.DivClassName
{
background-color: #3450AC;
}
.BgClassName
{
background-color: #3450AC;
}
</style>
border-color css
<style>
span { border-color: #3450AC; }
span { border-color: rgb(52,80,172); }
td.TdClassName
{
border-color: #3450AC;
}
.TagClassName
{
border-color: #3450AC;
}
</style>