Shades of Cerulean Blue #3355BC
Tints of Cerulean Blue #3355BC
RGB
CMYK
RGB Variations
Color information
#3355BC (or 0x3355BC) is known color: Cerulean Blue. HEX triplet: 33, 55 and BC. RGB value is (51,85,188). Sum of RGB (Red+Green+Blue) = 51+85+188=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3355BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355BC is #CCAA43. Grayscale: #565656. Windows color (decimal): -13412932 or 12342579. OLE color: 12342579.
HSL color Cylindrical-coordinate representation of color #3355BC: hue angle of 225.11º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3355BC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 85 | 188 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.26 |
| HSL | 225.11º | 0.57% | 0.47% | - |
| HSV(B) | 225.11º | 0.73% | 0.74% | - |
| XYZ | 13.69 | 10.83 | 48.95 | - |
| YUV | 86.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 188 | 0.73 | 0.55 | 0 | 0.26 | 225.11 | 0.57 | 0.47 |
| Hex | 33 | 55 | BC | 49 | 37 | 0 | 1A | E1 | 39 | 2F |
| Octal | 63 | 125 | 274 | 111 | 67 | 0 | 32 | 341 | 71 | 57 |
| Binary | 110011 | 1010101 | 10111100 | 1001001 | 110111 | 0 | 11010 | 11100001 | 111001 | 101111 |
Color Harmonies of #3355BC
Complementary color
Monochromatic Colors of #3355BC
Black with #3355BC
Text Example
Text Example
White with #3355BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355BC; }
p { color: rgb(51,85,188); }
H1.HeaderClassName
{
color: #3355BC;
}
.AnyTagClassName
{
color: #3355BC;
}
</style>
background-color css
<style>
a { background-color: #3355BC; }
a { background-color: rgb(51,85,188); }
div.DivClassName
{
background-color: #3355BC;
}
.BgClassName
{
background-color: #3355BC;
}
</style>
border-color css
<style>
span { border-color: #3355BC; }
span { border-color: rgb(51,85,188); }
td.TdClassName
{
border-color: #3355BC;
}
.TagClassName
{
border-color: #3355BC;
}
</style>