Shades of Cerulean Blue #3355AA
Tints of Cerulean Blue #3355AA
RGB
CMYK
RGB Variations
Color information
#3355AA (or 0x3355AA) is known color: Cerulean Blue. HEX triplet: 33, 55 and AA. RGB value is (51,85,170). Sum of RGB (Red+Green+Blue) = 51+85+170=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #3355AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3355AA is #CCAA55. Grayscale: #545454. Windows color (decimal): -13412950 or 11162931. OLE color: 11162931.
HSL color Cylindrical-coordinate representation of color #3355AA: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3355AA is Cyan = 0.7, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 85 | 170 | - |
| CMYK | 0.7 | 0.50 | 0 | 0.33 |
| HSL | 222.86º | 0.54% | 0.43% | - |
| HSV(B) | 222.86º | 0.7% | 0.67% | - |
| XYZ | 11.87 | 10.1 | 39.35 | - |
| YUV | 84.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 170 | 0.7 | 0.50 | 0 | 0.33 | 222.86 | 0.54 | 0.43 |
| Hex | 33 | 55 | AA | 46 | 32 | 0 | 21 | DF | 36 | 2B |
| Octal | 63 | 125 | 252 | 106 | 62 | 0 | 41 | 337 | 66 | 53 |
| Binary | 110011 | 1010101 | 10101010 | 1000110 | 110010 | 0 | 100001 | 11011111 | 110110 | 101011 |
Color Harmonies of #3355AA
Complementary color
Monochromatic Colors of #3355AA
Black with #3355AA
Text Example
Text Example
White with #3355AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355AA; }
p { color: rgb(51,85,170); }
H1.HeaderClassName
{
color: #3355AA;
}
.AnyTagClassName
{
color: #3355AA;
}
</style>
background-color css
<style>
a { background-color: #3355AA; }
a { background-color: rgb(51,85,170); }
div.DivClassName
{
background-color: #3355AA;
}
.BgClassName
{
background-color: #3355AA;
}
</style>
border-color css
<style>
span { border-color: #3355AA; }
span { border-color: rgb(51,85,170); }
td.TdClassName
{
border-color: #3355AA;
}
.TagClassName
{
border-color: #3355AA;
}
</style>