Shades of Cerulean Blue #335DB9
Tints of Cerulean Blue #335DB9
RGB
CMYK
RGB Variations
Color information
#335DB9 (or 0x335DB9) is known color: Cerulean Blue. HEX triplet: 33, 5D and B9. RGB value is (51,93,185). Sum of RGB (Red+Green+Blue) = 51+93+185=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #335DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DB9 is #CCA246. Grayscale: #5A5A5A. Windows color (decimal): -13410887 or 12148019. OLE color: 12148019.
HSL color Cylindrical-coordinate representation of color #335DB9: hue angle of 221.19º 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 #335DB9 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 93 | 185 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.27 |
| HSL | 221.19º | 0.57% | 0.46% | - |
| HSV(B) | 221.19º | 0.72% | 0.73% | - |
| XYZ | 14.04 | 12.04 | 47.48 | - |
| YUV | 90.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 185 | 0.72 | 0.50 | 0 | 0.27 | 221.19 | 0.57 | 0.46 |
| Hex | 33 | 5D | B9 | 48 | 32 | 0 | 1B | DD | 39 | 2E |
| Octal | 63 | 135 | 271 | 110 | 62 | 0 | 33 | 335 | 71 | 56 |
| Binary | 110011 | 1011101 | 10111001 | 1001000 | 110010 | 0 | 11011 | 11011101 | 111001 | 101110 |
Color Harmonies of #335DB9
Complementary color
Monochromatic Colors of #335DB9
Black with #335DB9
Text Example
Text Example
White with #335DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DB9; }
p { color: rgb(51,93,185); }
H1.HeaderClassName
{
color: #335DB9;
}
.AnyTagClassName
{
color: #335DB9;
}
</style>
background-color css
<style>
a { background-color: #335DB9; }
a { background-color: rgb(51,93,185); }
div.DivClassName
{
background-color: #335DB9;
}
.BgClassName
{
background-color: #335DB9;
}
</style>
border-color css
<style>
span { border-color: #335DB9; }
span { border-color: rgb(51,93,185); }
td.TdClassName
{
border-color: #335DB9;
}
.TagClassName
{
border-color: #335DB9;
}
</style>