Shades of Cerulean Blue #3545BB
Tints of Cerulean Blue #3545BB
RGB
CMYK
RGB Variations
Color information
#3545BB (or 0x3545BB) is known color: Cerulean Blue. HEX triplet: 35, 45 and BB. RGB value is (53,69,187). Sum of RGB (Red+Green+Blue) = 53+69+187=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #3545BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545BB is #CABA44. Grayscale: #4D4D4D. Windows color (decimal): -13285957 or 12272949. OLE color: 12272949.
HSL color Cylindrical-coordinate representation of color #3545BB: hue angle of 232.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3545BB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 69 | 187 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.27 |
| HSL | 232.84º | 0.56% | 0.47% | - |
| HSV(B) | 232.84º | 0.72% | 0.73% | - |
| XYZ | 12.57 | 8.6 | 48.01 | - |
| YUV | 77.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 187 | 0.72 | 0.63 | 0 | 0.27 | 232.84 | 0.56 | 0.47 |
| Hex | 35 | 45 | BB | 48 | 3F | 0 | 1B | E9 | 38 | 2F |
| Octal | 65 | 105 | 273 | 110 | 77 | 0 | 33 | 351 | 70 | 57 |
| Binary | 110101 | 1000101 | 10111011 | 1001000 | 111111 | 0 | 11011 | 11101001 | 111000 | 101111 |
Color Harmonies of #3545BB
Complementary color
Monochromatic Colors of #3545BB
Black with #3545BB
Text Example
Text Example
White with #3545BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3545BB; }
p { color: rgb(53,69,187); }
H1.HeaderClassName
{
color: #3545BB;
}
.AnyTagClassName
{
color: #3545BB;
}
</style>
background-color css
<style>
a { background-color: #3545BB; }
a { background-color: rgb(53,69,187); }
div.DivClassName
{
background-color: #3545BB;
}
.BgClassName
{
background-color: #3545BB;
}
</style>
border-color css
<style>
span { border-color: #3545BB; }
span { border-color: rgb(53,69,187); }
td.TdClassName
{
border-color: #3545BB;
}
.TagClassName
{
border-color: #3545BB;
}
</style>