Shades of Cerulean Blue #3355AD
Tints of Cerulean Blue #3355AD
RGB
CMYK
RGB Variations
Color information
#3355AD (or 0x3355AD) is known color: Cerulean Blue. HEX triplet: 33, 55 and AD. RGB value is (51,85,173). Sum of RGB (Red+Green+Blue) = 51+85+173=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3355AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3355AD is #CCAA52. Grayscale: #545454. Windows color (decimal): -13412947 or 11359539. OLE color: 11359539.
HSL color Cylindrical-coordinate representation of color #3355AD: hue angle of 223.28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3355AD is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 85 | 173 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.32 |
| HSL | 223.28º | 0.54% | 0.44% | - |
| HSV(B) | 223.28º | 0.71% | 0.68% | - |
| XYZ | 12.16 | 10.22 | 40.87 | - |
| YUV | 84.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 173 | 0.71 | 0.51 | 0 | 0.32 | 223.28 | 0.54 | 0.44 |
| Hex | 33 | 55 | AD | 47 | 33 | 0 | 20 | DF | 36 | 2C |
| Octal | 63 | 125 | 255 | 107 | 63 | 0 | 40 | 337 | 66 | 54 |
| Binary | 110011 | 1010101 | 10101101 | 1000111 | 110011 | 0 | 100000 | 11011111 | 110110 | 101100 |
Color Harmonies of #3355AD
Complementary color
Monochromatic Colors of #3355AD
Black with #3355AD
Text Example
Text Example
White with #3355AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355AD; }
p { color: rgb(51,85,173); }
H1.HeaderClassName
{
color: #3355AD;
}
.AnyTagClassName
{
color: #3355AD;
}
</style>
background-color css
<style>
a { background-color: #3355AD; }
a { background-color: rgb(51,85,173); }
div.DivClassName
{
background-color: #3355AD;
}
.BgClassName
{
background-color: #3355AD;
}
</style>
border-color css
<style>
span { border-color: #3355AD; }
span { border-color: rgb(51,85,173); }
td.TdClassName
{
border-color: #3355AD;
}
.TagClassName
{
border-color: #3355AD;
}
</style>