Shades of Cerulean Blue #3653BC
Tints of Cerulean Blue #3653BC
RGB
CMYK
RGB Variations
Color information
#3653BC (or 0x3653BC) is known color: Cerulean Blue. HEX triplet: 36, 53 and BC. RGB value is (54,83,188). Sum of RGB (Red+Green+Blue) = 54+83+188=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #3653BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3653BC is #C9AC43. Grayscale: #555555. Windows color (decimal): -13216836 or 12342070. OLE color: 12342070.
HSL color Cylindrical-coordinate representation of color #3653BC: hue angle of 227.01º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3653BC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 83 | 188 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.26 |
| HSL | 227.01º | 0.55% | 0.47% | - |
| HSV(B) | 227.01º | 0.71% | 0.74% | - |
| XYZ | 13.69 | 10.6 | 48.9 | - |
| YUV | 86.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 188 | 0.71 | 0.56 | 0 | 0.26 | 227.01 | 0.55 | 0.47 |
| Hex | 36 | 53 | BC | 47 | 38 | 0 | 1A | E3 | 37 | 2F |
| Octal | 66 | 123 | 274 | 107 | 70 | 0 | 32 | 343 | 67 | 57 |
| Binary | 110110 | 1010011 | 10111100 | 1000111 | 111000 | 0 | 11010 | 11100011 | 110111 | 101111 |
Color Harmonies of #3653BC
Complementary color
Monochromatic Colors of #3653BC
Black with #3653BC
Text Example
Text Example
White with #3653BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3653BC; }
p { color: rgb(54,83,188); }
H1.HeaderClassName
{
color: #3653BC;
}
.AnyTagClassName
{
color: #3653BC;
}
</style>
background-color css
<style>
a { background-color: #3653BC; }
a { background-color: rgb(54,83,188); }
div.DivClassName
{
background-color: #3653BC;
}
.BgClassName
{
background-color: #3653BC;
}
</style>
border-color css
<style>
span { border-color: #3653BC; }
span { border-color: rgb(54,83,188); }
td.TdClassName
{
border-color: #3653BC;
}
.TagClassName
{
border-color: #3653BC;
}
</style>