Shades of Cerulean Blue #3541BC
Tints of Cerulean Blue #3541BC
RGB
CMYK
RGB Variations
Color information
#3541BC (or 0x3541BC) is known color: Cerulean Blue. HEX triplet: 35, 41 and BC. RGB value is (53,65,188). Sum of RGB (Red+Green+Blue) = 53+65+188=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #3541BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BC is #CABE43. Grayscale: #4A4A4A. Windows color (decimal): -13286980 or 12337461. OLE color: 12337461.
HSL color Cylindrical-coordinate representation of color #3541BC: hue angle of 234.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 #3541BC is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 65 | 188 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.26 |
| HSL | 234.67º | 0.56% | 0.47% | - |
| HSV(B) | 234.67º | 0.72% | 0.74% | - |
| XYZ | 12.44 | 8.17 | 48.5 | - |
| YUV | 75.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 188 | 0.72 | 0.65 | 0 | 0.26 | 234.67 | 0.56 | 0.47 |
| Hex | 35 | 41 | BC | 48 | 41 | 0 | 1A | EB | 38 | 2F |
| Octal | 65 | 101 | 274 | 110 | 101 | 0 | 32 | 353 | 70 | 57 |
| Binary | 110101 | 1000001 | 10111100 | 1001000 | 1000001 | 0 | 11010 | 11101011 | 111000 | 101111 |
Color Harmonies of #3541BC
Complementary color
Monochromatic Colors of #3541BC
Black with #3541BC
Text Example
Text Example
White with #3541BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541BC; }
p { color: rgb(53,65,188); }
H1.HeaderClassName
{
color: #3541BC;
}
.AnyTagClassName
{
color: #3541BC;
}
</style>
background-color css
<style>
a { background-color: #3541BC; }
a { background-color: rgb(53,65,188); }
div.DivClassName
{
background-color: #3541BC;
}
.BgClassName
{
background-color: #3541BC;
}
</style>
border-color css
<style>
span { border-color: #3541BC; }
span { border-color: rgb(53,65,188); }
td.TdClassName
{
border-color: #3541BC;
}
.TagClassName
{
border-color: #3541BC;
}
</style>