Shades of Cerulean Blue #335DB1
Tints of Cerulean Blue #335DB1
RGB
CMYK
RGB Variations
Color information
#335DB1 (or 0x335DB1) is known color: Cerulean Blue. HEX triplet: 33, 5D and B1. RGB value is (51,93,177). Sum of RGB (Red+Green+Blue) = 51+93+177=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #335DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DB1 is #CCA24E. Grayscale: #595959. Windows color (decimal): -13410895 or 11623731. OLE color: 11623731.
HSL color Cylindrical-coordinate representation of color #335DB1: hue angle of 220º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #335DB1 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 93 | 177 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.31 |
| HSL | 220º | 0.55% | 0.45% | - |
| HSV(B) | 220º | 0.71% | 0.69% | - |
| XYZ | 13.22 | 11.71 | 43.16 | - |
| YUV | 90.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 177 | 0.71 | 0.47 | 0 | 0.31 | 220 | 0.55 | 0.45 |
| Hex | 33 | 5D | B1 | 47 | 2F | 0 | 1F | DC | 37 | 2D |
| Octal | 63 | 135 | 261 | 107 | 57 | 0 | 37 | 334 | 67 | 55 |
| Binary | 110011 | 1011101 | 10110001 | 1000111 | 101111 | 0 | 11111 | 11011100 | 110111 | 101101 |
Color Harmonies of #335DB1
Complementary color
Monochromatic Colors of #335DB1
Black with #335DB1
Text Example
Text Example
White with #335DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DB1; }
p { color: rgb(51,93,177); }
H1.HeaderClassName
{
color: #335DB1;
}
.AnyTagClassName
{
color: #335DB1;
}
</style>
background-color css
<style>
a { background-color: #335DB1; }
a { background-color: rgb(51,93,177); }
div.DivClassName
{
background-color: #335DB1;
}
.BgClassName
{
background-color: #335DB1;
}
</style>
border-color css
<style>
span { border-color: #335DB1; }
span { border-color: rgb(51,93,177); }
td.TdClassName
{
border-color: #335DB1;
}
.TagClassName
{
border-color: #335DB1;
}
</style>