Shades of Cerulean Blue #3543BB
Tints of Cerulean Blue #3543BB
RGB
CMYK
RGB Variations
Color information
#3543BB (or 0x3543BB) is known color: Cerulean Blue. HEX triplet: 35, 43 and BB. RGB value is (53,67,187). Sum of RGB (Red+Green+Blue) = 53+67+187=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #3543BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3543BB is #CABC44. Grayscale: #4C4C4C. Windows color (decimal): -13286469 or 12272437. OLE color: 12272437.
HSL color Cylindrical-coordinate representation of color #3543BB: hue angle of 233.73º 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 #3543BB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 67 | 187 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.27 |
| HSL | 233.73º | 0.56% | 0.47% | - |
| HSV(B) | 233.73º | 0.72% | 0.73% | - |
| XYZ | 12.44 | 8.36 | 47.97 | - |
| YUV | 76.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 187 | 0.72 | 0.64 | 0 | 0.27 | 233.73 | 0.56 | 0.47 |
| Hex | 35 | 43 | BB | 48 | 40 | 0 | 1B | EA | 38 | 2F |
| Octal | 65 | 103 | 273 | 110 | 100 | 0 | 33 | 352 | 70 | 57 |
| Binary | 110101 | 1000011 | 10111011 | 1001000 | 1000000 | 0 | 11011 | 11101010 | 111000 | 101111 |
Color Harmonies of #3543BB
Complementary color
Monochromatic Colors of #3543BB
Black with #3543BB
Text Example
Text Example
White with #3543BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543BB; }
p { color: rgb(53,67,187); }
H1.HeaderClassName
{
color: #3543BB;
}
.AnyTagClassName
{
color: #3543BB;
}
</style>
background-color css
<style>
a { background-color: #3543BB; }
a { background-color: rgb(53,67,187); }
div.DivClassName
{
background-color: #3543BB;
}
.BgClassName
{
background-color: #3543BB;
}
</style>
border-color css
<style>
span { border-color: #3543BB; }
span { border-color: rgb(53,67,187); }
td.TdClassName
{
border-color: #3543BB;
}
.TagClassName
{
border-color: #3543BB;
}
</style>