Shades of Cerulean Blue #335BBB
Tints of Cerulean Blue #335BBB
RGB
CMYK
RGB Variations
Color information
#335BBB (or 0x335BBB) is known color: Cerulean Blue. HEX triplet: 33, 5B and BB. RGB value is (51,91,187). Sum of RGB (Red+Green+Blue) = 51+91+187=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #335BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBB is #CCA444. Grayscale: #595959. Windows color (decimal): -13411397 or 12278579. OLE color: 12278579.
HSL color Cylindrical-coordinate representation of color #335BBB: hue angle of 222.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335BBB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 91 | 187 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.27 |
| HSL | 222.35º | 0.57% | 0.47% | - |
| HSV(B) | 222.35º | 0.73% | 0.73% | - |
| XYZ | 14.08 | 11.77 | 48.54 | - |
| YUV | 89.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 187 | 0.73 | 0.51 | 0 | 0.27 | 222.35 | 0.57 | 0.47 |
| Hex | 33 | 5B | BB | 49 | 33 | 0 | 1B | DE | 39 | 2F |
| Octal | 63 | 133 | 273 | 111 | 63 | 0 | 33 | 336 | 71 | 57 |
| Binary | 110011 | 1011011 | 10111011 | 1001001 | 110011 | 0 | 11011 | 11011110 | 111001 | 101111 |
Color Harmonies of #335BBB
Complementary color
Monochromatic Colors of #335BBB
Black with #335BBB
Text Example
Text Example
White with #335BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BBB; }
p { color: rgb(51,91,187); }
H1.HeaderClassName
{
color: #335BBB;
}
.AnyTagClassName
{
color: #335BBB;
}
</style>
background-color css
<style>
a { background-color: #335BBB; }
a { background-color: rgb(51,91,187); }
div.DivClassName
{
background-color: #335BBB;
}
.BgClassName
{
background-color: #335BBB;
}
</style>
border-color css
<style>
span { border-color: #335BBB; }
span { border-color: rgb(51,91,187); }
td.TdClassName
{
border-color: #335BBB;
}
.TagClassName
{
border-color: #335BBB;
}
</style>