Shades of Cerulean Blue #3545BC
Tints of Cerulean Blue #3545BC
RGB
CMYK
RGB Variations
Color information
#3545BC (or 0x3545BC) is known color: Cerulean Blue. HEX triplet: 35, 45 and BC. RGB value is (53,69,188). Sum of RGB (Red+Green+Blue) = 53+69+188=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #3545BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545BC is #CABA43. Grayscale: #4D4D4D. Windows color (decimal): -13285956 or 12338485. OLE color: 12338485.
HSL color Cylindrical-coordinate representation of color #3545BC: hue angle of 232.89º 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 #3545BC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 69 | 188 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.26 |
| HSL | 232.89º | 0.56% | 0.47% | - |
| HSV(B) | 232.89º | 0.72% | 0.74% | - |
| XYZ | 12.67 | 8.64 | 48.58 | - |
| YUV | 77.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 188 | 0.72 | 0.63 | 0 | 0.26 | 232.89 | 0.56 | 0.47 |
| Hex | 35 | 45 | BC | 48 | 3F | 0 | 1A | E9 | 38 | 2F |
| Octal | 65 | 105 | 274 | 110 | 77 | 0 | 32 | 351 | 70 | 57 |
| Binary | 110101 | 1000101 | 10111100 | 1001000 | 111111 | 0 | 11010 | 11101001 | 111000 | 101111 |
Color Harmonies of #3545BC
Complementary color
Monochromatic Colors of #3545BC
Black with #3545BC
Text Example
Text Example
White with #3545BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3545BC; }
p { color: rgb(53,69,188); }
H1.HeaderClassName
{
color: #3545BC;
}
.AnyTagClassName
{
color: #3545BC;
}
</style>
background-color css
<style>
a { background-color: #3545BC; }
a { background-color: rgb(53,69,188); }
div.DivClassName
{
background-color: #3545BC;
}
.BgClassName
{
background-color: #3545BC;
}
</style>
border-color css
<style>
span { border-color: #3545BC; }
span { border-color: rgb(53,69,188); }
td.TdClassName
{
border-color: #3545BC;
}
.TagClassName
{
border-color: #3545BC;
}
</style>