Shades of Cerulean Blue #3354AB
Tints of Cerulean Blue #3354AB
RGB
CMYK
RGB Variations
Color information
#3354AB (or 0x3354AB) is known color: Cerulean Blue. HEX triplet: 33, 54 and AB. RGB value is (51,84,171). Sum of RGB (Red+Green+Blue) = 51+84+171=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #3354AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3354AB is #CCAB54. Grayscale: #535353. Windows color (decimal): -13413205 or 11228211. OLE color: 11228211.
HSL color Cylindrical-coordinate representation of color #3354AB: hue angle of 223.5º 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 #3354AB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 84 | 171 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.33 |
| HSL | 223.5º | 0.54% | 0.44% | - |
| HSV(B) | 223.5º | 0.7% | 0.67% | - |
| XYZ | 11.89 | 9.98 | 39.83 | - |
| YUV | 84.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 171 | 0.70 | 0.51 | 0 | 0.33 | 223.5 | 0.54 | 0.44 |
| Hex | 33 | 54 | AB | 46 | 33 | 0 | 21 | E0 | 36 | 2C |
| Octal | 63 | 124 | 253 | 106 | 63 | 0 | 41 | 340 | 66 | 54 |
| Binary | 110011 | 1010100 | 10101011 | 1000110 | 110011 | 0 | 100001 | 11100000 | 110110 | 101100 |
Color Harmonies of #3354AB
Complementary color
Monochromatic Colors of #3354AB
Black with #3354AB
Text Example
Text Example
White with #3354AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354AB; }
p { color: rgb(51,84,171); }
H1.HeaderClassName
{
color: #3354AB;
}
.AnyTagClassName
{
color: #3354AB;
}
</style>
background-color css
<style>
a { background-color: #3354AB; }
a { background-color: rgb(51,84,171); }
div.DivClassName
{
background-color: #3354AB;
}
.BgClassName
{
background-color: #3354AB;
}
</style>
border-color css
<style>
span { border-color: #3354AB; }
span { border-color: rgb(51,84,171); }
td.TdClassName
{
border-color: #3354AB;
}
.TagClassName
{
border-color: #3354AB;
}
</style>