Shades of Cerulean Blue #3355B9
Tints of Cerulean Blue #3355B9
RGB
CMYK
RGB Variations
Color information
#3355B9 (or 0x3355B9) is known color: Cerulean Blue. HEX triplet: 33, 55 and B9. RGB value is (51,85,185). Sum of RGB (Red+Green+Blue) = 51+85+185=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #3355B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355B9 is #CCAA46. Grayscale: #555555. Windows color (decimal): -13412935 or 12145971. OLE color: 12145971.
HSL color Cylindrical-coordinate representation of color #3355B9: hue angle of 224.78º 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 #3355B9 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 85 | 185 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.27 |
| HSL | 224.78º | 0.57% | 0.46% | - |
| HSV(B) | 224.78º | 0.72% | 0.73% | - |
| XYZ | 13.37 | 10.7 | 47.26 | - |
| YUV | 86.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 185 | 0.72 | 0.54 | 0 | 0.27 | 224.78 | 0.57 | 0.46 |
| Hex | 33 | 55 | B9 | 48 | 36 | 0 | 1B | E1 | 39 | 2E |
| Octal | 63 | 125 | 271 | 110 | 66 | 0 | 33 | 341 | 71 | 56 |
| Binary | 110011 | 1010101 | 10111001 | 1001000 | 110110 | 0 | 11011 | 11100001 | 111001 | 101110 |
Color Harmonies of #3355B9
Complementary color
Monochromatic Colors of #3355B9
Black with #3355B9
Text Example
Text Example
White with #3355B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355B9; }
p { color: rgb(51,85,185); }
H1.HeaderClassName
{
color: #3355B9;
}
.AnyTagClassName
{
color: #3355B9;
}
</style>
background-color css
<style>
a { background-color: #3355B9; }
a { background-color: rgb(51,85,185); }
div.DivClassName
{
background-color: #3355B9;
}
.BgClassName
{
background-color: #3355B9;
}
</style>
border-color css
<style>
span { border-color: #3355B9; }
span { border-color: rgb(51,85,185); }
td.TdClassName
{
border-color: #3355B9;
}
.TagClassName
{
border-color: #3355B9;
}
</style>