Shades of Cerulean Blue #3553BC
Tints of Cerulean Blue #3553BC
RGB
CMYK
RGB Variations
Color information
#3553BC (or 0x3553BC) is known color: Cerulean Blue. HEX triplet: 35, 53 and BC. RGB value is (53,83,188). Sum of RGB (Red+Green+Blue) = 53+83+188=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3553BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553BC is #CAAC43. Grayscale: #555555. Windows color (decimal): -13282372 or 12342069. OLE color: 12342069.
HSL color Cylindrical-coordinate representation of color #3553BC: hue angle of 226.67º 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 #3553BC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 83 | 188 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.26 |
| HSL | 226.67º | 0.56% | 0.47% | - |
| HSV(B) | 226.67º | 0.72% | 0.74% | - |
| XYZ | 13.64 | 10.57 | 48.9 | - |
| YUV | 86 | 185.56 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 188 | 0.72 | 0.56 | 0 | 0.26 | 226.67 | 0.56 | 0.47 |
| Hex | 35 | 53 | BC | 48 | 38 | 0 | 1A | E3 | 38 | 2F |
| Octal | 65 | 123 | 274 | 110 | 70 | 0 | 32 | 343 | 70 | 57 |
| Binary | 110101 | 1010011 | 10111100 | 1001000 | 111000 | 0 | 11010 | 11100011 | 111000 | 101111 |
Color Harmonies of #3553BC
Complementary color
Monochromatic Colors of #3553BC
Black with #3553BC
Text Example
Text Example
White with #3553BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3553BC; }
p { color: rgb(53,83,188); }
H1.HeaderClassName
{
color: #3553BC;
}
.AnyTagClassName
{
color: #3553BC;
}
</style>
background-color css
<style>
a { background-color: #3553BC; }
a { background-color: rgb(53,83,188); }
div.DivClassName
{
background-color: #3553BC;
}
.BgClassName
{
background-color: #3553BC;
}
</style>
border-color css
<style>
span { border-color: #3553BC; }
span { border-color: rgb(53,83,188); }
td.TdClassName
{
border-color: #3553BC;
}
.TagClassName
{
border-color: #3553BC;
}
</style>