Shades of Cerulean Blue #3350AA
Tints of Cerulean Blue #3350AA
RGB
CMYK
RGB Variations
Color information
#3350AA (or 0x3350AA) is known color: Cerulean Blue. HEX triplet: 33, 50 and AA. RGB value is (51,80,170). Sum of RGB (Red+Green+Blue) = 51+80+170=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #3350AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350AA is #CCAF55. Grayscale: #515151. Windows color (decimal): -13414230 or 11161651. OLE color: 11161651.
HSL color Cylindrical-coordinate representation of color #3350AA: hue angle of 225.38º 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 #3350AA is Cyan = 0.7, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 80 | 170 | - |
| CMYK | 0.7 | 0.53 | 0 | 0.33 |
| HSL | 225.38º | 0.54% | 0.43% | - |
| HSV(B) | 225.38º | 0.7% | 0.67% | - |
| XYZ | 11.49 | 9.34 | 39.23 | - |
| YUV | 81.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 170 | 0.7 | 0.53 | 0 | 0.33 | 225.38 | 0.54 | 0.43 |
| Hex | 33 | 50 | AA | 46 | 35 | 0 | 21 | E1 | 36 | 2B |
| Octal | 63 | 120 | 252 | 106 | 65 | 0 | 41 | 341 | 66 | 53 |
| Binary | 110011 | 1010000 | 10101010 | 1000110 | 110101 | 0 | 100001 | 11100001 | 110110 | 101011 |
Color Harmonies of #3350AA
Complementary color
Monochromatic Colors of #3350AA
Black with #3350AA
Text Example
Text Example
White with #3350AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350AA; }
p { color: rgb(51,80,170); }
H1.HeaderClassName
{
color: #3350AA;
}
.AnyTagClassName
{
color: #3350AA;
}
</style>
background-color css
<style>
a { background-color: #3350AA; }
a { background-color: rgb(51,80,170); }
div.DivClassName
{
background-color: #3350AA;
}
.BgClassName
{
background-color: #3350AA;
}
</style>
border-color css
<style>
span { border-color: #3350AA; }
span { border-color: rgb(51,80,170); }
td.TdClassName
{
border-color: #3350AA;
}
.TagClassName
{
border-color: #3350AA;
}
</style>