Shades of Cerulean Blue #3540BD
Tints of Cerulean Blue #3540BD
RGB
CMYK
RGB Variations
Color information
#3540BD (or 0x3540BD) is known color: Cerulean Blue. HEX triplet: 35, 40 and BD. RGB value is (53,64,189). Sum of RGB (Red+Green+Blue) = 53+64+189=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #3540BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540BD is #CABF42. Grayscale: #4A4A4A. Windows color (decimal): -13287235 or 12402741. OLE color: 12402741.
HSL color Cylindrical-coordinate representation of color #3540BD: hue angle of 235.15º 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 #3540BD is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 64 | 189 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.26 |
| HSL | 235.15º | 0.56% | 0.47% | - |
| HSV(B) | 235.15º | 0.72% | 0.74% | - |
| XYZ | 12.49 | 8.1 | 49.05 | - |
| YUV | 74.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 189 | 0.72 | 0.66 | 0 | 0.26 | 235.15 | 0.56 | 0.47 |
| Hex | 35 | 40 | BD | 48 | 42 | 0 | 1A | EB | 38 | 2F |
| Octal | 65 | 100 | 275 | 110 | 102 | 0 | 32 | 353 | 70 | 57 |
| Binary | 110101 | 1000000 | 10111101 | 1001000 | 1000010 | 0 | 11010 | 11101011 | 111000 | 101111 |
Color Harmonies of #3540BD
Complementary color
Monochromatic Colors of #3540BD
Black with #3540BD
Text Example
Text Example
White with #3540BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540BD; }
p { color: rgb(53,64,189); }
H1.HeaderClassName
{
color: #3540BD;
}
.AnyTagClassName
{
color: #3540BD;
}
</style>
background-color css
<style>
a { background-color: #3540BD; }
a { background-color: rgb(53,64,189); }
div.DivClassName
{
background-color: #3540BD;
}
.BgClassName
{
background-color: #3540BD;
}
</style>
border-color css
<style>
span { border-color: #3540BD; }
span { border-color: rgb(53,64,189); }
td.TdClassName
{
border-color: #3540BD;
}
.TagClassName
{
border-color: #3540BD;
}
</style>