Shades of Cerulean Blue #3355BD
Tints of Cerulean Blue #3355BD
RGB
CMYK
RGB Variations
Color information
#3355BD (or 0x3355BD) is known color: Cerulean Blue. HEX triplet: 33, 55 and BD. RGB value is (51,85,189). Sum of RGB (Red+Green+Blue) = 51+85+189=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3355BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355BD is #CCAA42. Grayscale: #565656. Windows color (decimal): -13412931 or 12408115. OLE color: 12408115.
HSL color Cylindrical-coordinate representation of color #3355BD: hue angle of 225.22º 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 #3355BD is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 85 | 189 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.26 |
| HSL | 225.22º | 0.58% | 0.47% | - |
| HSV(B) | 225.22º | 0.73% | 0.74% | - |
| XYZ | 13.8 | 10.87 | 49.52 | - |
| YUV | 86.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 189 | 0.73 | 0.55 | 0 | 0.26 | 225.22 | 0.58 | 0.47 |
| Hex | 33 | 55 | BD | 49 | 37 | 0 | 1A | E1 | 3A | 2F |
| Octal | 63 | 125 | 275 | 111 | 67 | 0 | 32 | 341 | 72 | 57 |
| Binary | 110011 | 1010101 | 10111101 | 1001001 | 110111 | 0 | 11010 | 11100001 | 111010 | 101111 |
Color Harmonies of #3355BD
Complementary color
Monochromatic Colors of #3355BD
Black with #3355BD
Text Example
Text Example
White with #3355BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355BD; }
p { color: rgb(51,85,189); }
H1.HeaderClassName
{
color: #3355BD;
}
.AnyTagClassName
{
color: #3355BD;
}
</style>
background-color css
<style>
a { background-color: #3355BD; }
a { background-color: rgb(51,85,189); }
div.DivClassName
{
background-color: #3355BD;
}
.BgClassName
{
background-color: #3355BD;
}
</style>
border-color css
<style>
span { border-color: #3355BD; }
span { border-color: rgb(51,85,189); }
td.TdClassName
{
border-color: #3355BD;
}
.TagClassName
{
border-color: #3355BD;
}
</style>