Shades of Cerulean Blue #3550BC
Tints of Cerulean Blue #3550BC
RGB
CMYK
RGB Variations
Color information
#3550BC (or 0x3550BC) is known color: Cerulean Blue. HEX triplet: 35, 50 and BC. RGB value is (53,80,188). Sum of RGB (Red+Green+Blue) = 53+80+188=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #3550BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550BC is #CAAF43. Grayscale: #535353. Windows color (decimal): -13283140 or 12341301. OLE color: 12341301.
HSL color Cylindrical-coordinate representation of color #3550BC: hue angle of 228º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3550BC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 80 | 188 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.26 |
| HSL | 228º | 0.56% | 0.47% | - |
| HSV(B) | 228º | 0.72% | 0.74% | - |
| XYZ | 13.41 | 10.13 | 48.82 | - |
| YUV | 84.24 | 186.55 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 188 | 0.72 | 0.57 | 0 | 0.26 | 228 | 0.56 | 0.47 |
| Hex | 35 | 50 | BC | 48 | 39 | 0 | 1A | E4 | 38 | 2F |
| Octal | 65 | 120 | 274 | 110 | 71 | 0 | 32 | 344 | 70 | 57 |
| Binary | 110101 | 1010000 | 10111100 | 1001000 | 111001 | 0 | 11010 | 11100100 | 111000 | 101111 |
Color Harmonies of #3550BC
Complementary color
Monochromatic Colors of #3550BC
Black with #3550BC
Text Example
Text Example
White with #3550BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550BC; }
p { color: rgb(53,80,188); }
H1.HeaderClassName
{
color: #3550BC;
}
.AnyTagClassName
{
color: #3550BC;
}
</style>
background-color css
<style>
a { background-color: #3550BC; }
a { background-color: rgb(53,80,188); }
div.DivClassName
{
background-color: #3550BC;
}
.BgClassName
{
background-color: #3550BC;
}
</style>
border-color css
<style>
span { border-color: #3550BC; }
span { border-color: rgb(53,80,188); }
td.TdClassName
{
border-color: #3550BC;
}
.TagClassName
{
border-color: #3550BC;
}
</style>