Shades of Cerulean Blue #3350BF
Tints of Cerulean Blue #3350BF
RGB
CMYK
RGB Variations
Color information
#3350BF (or 0x3350BF) is known color: Cerulean Blue. HEX triplet: 33, 50 and BF. RGB value is (51,80,191). Sum of RGB (Red+Green+Blue) = 51+80+191=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #3350BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350BF is #CCAF40. Grayscale: #535353. Windows color (decimal): -13414209 or 12537907. OLE color: 12537907.
HSL color Cylindrical-coordinate representation of color #3350BF: hue angle of 227.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3350BF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 80 | 191 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.25 |
| HSL | 227.57º | 0.58% | 0.47% | - |
| HSV(B) | 227.57º | 0.73% | 0.75% | - |
| XYZ | 13.64 | 10.2 | 50.54 | - |
| YUV | 83.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 191 | 0.73 | 0.58 | 0 | 0.25 | 227.57 | 0.58 | 0.47 |
| Hex | 33 | 50 | BF | 49 | 3A | 0 | 19 | E4 | 3A | 2F |
| Octal | 63 | 120 | 277 | 111 | 72 | 0 | 31 | 344 | 72 | 57 |
| Binary | 110011 | 1010000 | 10111111 | 1001001 | 111010 | 0 | 11001 | 11100100 | 111010 | 101111 |
Color Harmonies of #3350BF
Complementary color
Monochromatic Colors of #3350BF
Black with #3350BF
Text Example
Text Example
White with #3350BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350BF; }
p { color: rgb(51,80,191); }
H1.HeaderClassName
{
color: #3350BF;
}
.AnyTagClassName
{
color: #3350BF;
}
</style>
background-color css
<style>
a { background-color: #3350BF; }
a { background-color: rgb(51,80,191); }
div.DivClassName
{
background-color: #3350BF;
}
.BgClassName
{
background-color: #3350BF;
}
</style>
border-color css
<style>
span { border-color: #3350BF; }
span { border-color: rgb(51,80,191); }
td.TdClassName
{
border-color: #3350BF;
}
.TagClassName
{
border-color: #3350BF;
}
</style>