Shades of Cerulean Blue #3350AB
Tints of Cerulean Blue #3350AB
RGB
CMYK
RGB Variations
Color information
#3350AB (or 0x3350AB) is known color: Cerulean Blue. HEX triplet: 33, 50 and AB. RGB value is (51,80,171). Sum of RGB (Red+Green+Blue) = 51+80+171=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #3350AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350AB is #CCAF54. Grayscale: #515151. Windows color (decimal): -13414229 or 11227187. OLE color: 11227187.
HSL color Cylindrical-coordinate representation of color #3350AB: hue angle of 225.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 #3350AB is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 80 | 171 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.33 |
| HSL | 225.5º | 0.54% | 0.44% | - |
| HSV(B) | 225.5º | 0.7% | 0.67% | - |
| XYZ | 11.58 | 9.38 | 39.73 | - |
| YUV | 81.7 | 178.39 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 171 | 0.70 | 0.53 | 0 | 0.33 | 225.5 | 0.54 | 0.44 |
| Hex | 33 | 50 | AB | 46 | 35 | 0 | 21 | E2 | 36 | 2C |
| Octal | 63 | 120 | 253 | 106 | 65 | 0 | 41 | 342 | 66 | 54 |
| Binary | 110011 | 1010000 | 10101011 | 1000110 | 110101 | 0 | 100001 | 11100010 | 110110 | 101100 |
Color Harmonies of #3350AB
Complementary color
Monochromatic Colors of #3350AB
Black with #3350AB
Text Example
Text Example
White with #3350AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350AB; }
p { color: rgb(51,80,171); }
H1.HeaderClassName
{
color: #3350AB;
}
.AnyTagClassName
{
color: #3350AB;
}
</style>
background-color css
<style>
a { background-color: #3350AB; }
a { background-color: rgb(51,80,171); }
div.DivClassName
{
background-color: #3350AB;
}
.BgClassName
{
background-color: #3350AB;
}
</style>
border-color css
<style>
span { border-color: #3350AB; }
span { border-color: rgb(51,80,171); }
td.TdClassName
{
border-color: #3350AB;
}
.TagClassName
{
border-color: #3350AB;
}
</style>