Shades of Cerulean Blue #335DBB
Tints of Cerulean Blue #335DBB
RGB
CMYK
RGB Variations
Color information
#335DBB (or 0x335DBB) is known color: Cerulean Blue. HEX triplet: 33, 5D and BB. RGB value is (51,93,187). Sum of RGB (Red+Green+Blue) = 51+93+187=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #335DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DBB is #CCA244. Grayscale: #5A5A5A. Windows color (decimal): -13410885 or 12279091. OLE color: 12279091.
HSL color Cylindrical-coordinate representation of color #335DBB: hue angle of 221.47º 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 #335DBB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 93 | 187 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.27 |
| HSL | 221.47º | 0.57% | 0.47% | - |
| HSV(B) | 221.47º | 0.73% | 0.73% | - |
| XYZ | 14.25 | 12.12 | 48.6 | - |
| YUV | 91.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 187 | 0.73 | 0.50 | 0 | 0.27 | 221.47 | 0.57 | 0.47 |
| Hex | 33 | 5D | BB | 49 | 32 | 0 | 1B | DD | 39 | 2F |
| Octal | 63 | 135 | 273 | 111 | 62 | 0 | 33 | 335 | 71 | 57 |
| Binary | 110011 | 1011101 | 10111011 | 1001001 | 110010 | 0 | 11011 | 11011101 | 111001 | 101111 |
Color Harmonies of #335DBB
Complementary color
Monochromatic Colors of #335DBB
Black with #335DBB
Text Example
Text Example
White with #335DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DBB; }
p { color: rgb(51,93,187); }
H1.HeaderClassName
{
color: #335DBB;
}
.AnyTagClassName
{
color: #335DBB;
}
</style>
background-color css
<style>
a { background-color: #335DBB; }
a { background-color: rgb(51,93,187); }
div.DivClassName
{
background-color: #335DBB;
}
.BgClassName
{
background-color: #335DBB;
}
</style>
border-color css
<style>
span { border-color: #335DBB; }
span { border-color: rgb(51,93,187); }
td.TdClassName
{
border-color: #335DBB;
}
.TagClassName
{
border-color: #335DBB;
}
</style>