Shades of Cerulean Blue #3353AB
Tints of Cerulean Blue #3353AB
RGB
CMYK
RGB Variations
Color information
#3353AB (or 0x3353AB) is known color: Cerulean Blue. HEX triplet: 33, 53 and AB. RGB value is (51,83,171). Sum of RGB (Red+Green+Blue) = 51+83+171=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3353AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3353AB is #CCAC54. Grayscale: #535353. Windows color (decimal): -13413461 or 11227955. OLE color: 11227955.
HSL color Cylindrical-coordinate representation of color #3353AB: hue angle of 224º 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 #3353AB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 83 | 171 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.33 |
| HSL | 224º | 0.54% | 0.44% | - |
| HSV(B) | 224º | 0.7% | 0.67% | - |
| XYZ | 11.81 | 9.83 | 39.8 | - |
| YUV | 83.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 171 | 0.70 | 0.51 | 0 | 0.33 | 224 | 0.54 | 0.44 |
| Hex | 33 | 53 | AB | 46 | 33 | 0 | 21 | E0 | 36 | 2C |
| Octal | 63 | 123 | 253 | 106 | 63 | 0 | 41 | 340 | 66 | 54 |
| Binary | 110011 | 1010011 | 10101011 | 1000110 | 110011 | 0 | 100001 | 11100000 | 110110 | 101100 |
Color Harmonies of #3353AB
Complementary color
Monochromatic Colors of #3353AB
Black with #3353AB
Text Example
Text Example
White with #3353AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3353AB; }
p { color: rgb(51,83,171); }
H1.HeaderClassName
{
color: #3353AB;
}
.AnyTagClassName
{
color: #3353AB;
}
</style>
background-color css
<style>
a { background-color: #3353AB; }
a { background-color: rgb(51,83,171); }
div.DivClassName
{
background-color: #3353AB;
}
.BgClassName
{
background-color: #3353AB;
}
</style>
border-color css
<style>
span { border-color: #3353AB; }
span { border-color: rgb(51,83,171); }
td.TdClassName
{
border-color: #3353AB;
}
.TagClassName
{
border-color: #3353AB;
}
</style>