Shades of Cerulean Blue #3254AC
Tints of Cerulean Blue #3254AC
RGB
CMYK
RGB Variations
Color information
#3254AC (or 0x3254AC) is known color: Cerulean Blue. HEX triplet: 32, 54 and AC. RGB value is (50,84,172). Sum of RGB (Red+Green+Blue) = 50+84+172=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #3254AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3254AC is #CDAB53. Grayscale: #535353. Windows color (decimal): -13478740 or 11293746. OLE color: 11293746.
HSL color Cylindrical-coordinate representation of color #3254AC: hue angle of 223.28º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3254AC is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 84 | 172 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.33 |
| HSL | 223.28º | 0.55% | 0.44% | - |
| HSV(B) | 223.28º | 0.71% | 0.67% | - |
| XYZ | 11.93 | 10 | 40.33 | - |
| YUV | 83.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 172 | 0.71 | 0.51 | 0 | 0.33 | 223.28 | 0.55 | 0.44 |
| Hex | 32 | 54 | AC | 47 | 33 | 0 | 21 | DF | 37 | 2C |
| Octal | 62 | 124 | 254 | 107 | 63 | 0 | 41 | 337 | 67 | 54 |
| Binary | 110010 | 1010100 | 10101100 | 1000111 | 110011 | 0 | 100001 | 11011111 | 110111 | 101100 |
Color Harmonies of #3254AC
Complementary color
Monochromatic Colors of #3254AC
Black with #3254AC
Text Example
Text Example
White with #3254AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3254AC; }
p { color: rgb(50,84,172); }
H1.HeaderClassName
{
color: #3254AC;
}
.AnyTagClassName
{
color: #3254AC;
}
</style>
background-color css
<style>
a { background-color: #3254AC; }
a { background-color: rgb(50,84,172); }
div.DivClassName
{
background-color: #3254AC;
}
.BgClassName
{
background-color: #3254AC;
}
</style>
border-color css
<style>
span { border-color: #3254AC; }
span { border-color: rgb(50,84,172); }
td.TdClassName
{
border-color: #3254AC;
}
.TagClassName
{
border-color: #3254AC;
}
</style>