Shades of Cerulean Blue #3350B9
Tints of Cerulean Blue #3350B9
RGB
CMYK
RGB Variations
Color information
#3350B9 (or 0x3350B9) is known color: Cerulean Blue. HEX triplet: 33, 50 and B9. RGB value is (51,80,185). Sum of RGB (Red+Green+Blue) = 51+80+185=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #3350B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350B9 is #CCAF46. Grayscale: #525252. Windows color (decimal): -13414215 or 12144691. OLE color: 12144691.
HSL color Cylindrical-coordinate representation of color #3350B9: hue angle of 227.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3350B9 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 80 | 185 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.27 |
| HSL | 227.01º | 0.57% | 0.46% | - |
| HSV(B) | 227.01º | 0.72% | 0.73% | - |
| XYZ | 12.99 | 9.94 | 47.13 | - |
| YUV | 83.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 185 | 0.72 | 0.57 | 0 | 0.27 | 227.01 | 0.57 | 0.46 |
| Hex | 33 | 50 | B9 | 48 | 39 | 0 | 1B | E3 | 39 | 2E |
| Octal | 63 | 120 | 271 | 110 | 71 | 0 | 33 | 343 | 71 | 56 |
| Binary | 110011 | 1010000 | 10111001 | 1001000 | 111001 | 0 | 11011 | 11100011 | 111001 | 101110 |
Color Harmonies of #3350B9
Complementary color
Monochromatic Colors of #3350B9
Black with #3350B9
Text Example
Text Example
White with #3350B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350B9; }
p { color: rgb(51,80,185); }
H1.HeaderClassName
{
color: #3350B9;
}
.AnyTagClassName
{
color: #3350B9;
}
</style>
background-color css
<style>
a { background-color: #3350B9; }
a { background-color: rgb(51,80,185); }
div.DivClassName
{
background-color: #3350B9;
}
.BgClassName
{
background-color: #3350B9;
}
</style>
border-color css
<style>
span { border-color: #3350B9; }
span { border-color: rgb(51,80,185); }
td.TdClassName
{
border-color: #3350B9;
}
.TagClassName
{
border-color: #3350B9;
}
</style>