Shades of Cerulean Blue #3646BC
Tints of Cerulean Blue #3646BC
RGB
CMYK
RGB Variations
Color information
#3646BC (or 0x3646BC) is known color: Cerulean Blue. HEX triplet: 36, 46 and BC. RGB value is (54,70,188). Sum of RGB (Red+Green+Blue) = 54+70+188=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3646BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3646BC is #C9B943. Grayscale: #4E4E4E. Windows color (decimal): -13220164 or 12338742. OLE color: 12338742.
HSL color Cylindrical-coordinate representation of color #3646BC: hue angle of 232.84º 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 #3646BC is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 70 | 188 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.26 |
| HSL | 232.84º | 0.55% | 0.47% | - |
| HSV(B) | 232.84º | 0.71% | 0.74% | - |
| XYZ | 12.79 | 8.8 | 48.6 | - |
| YUV | 78.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 188 | 0.71 | 0.63 | 0 | 0.26 | 232.84 | 0.55 | 0.47 |
| Hex | 36 | 46 | BC | 47 | 3F | 0 | 1A | E9 | 37 | 2F |
| Octal | 66 | 106 | 274 | 107 | 77 | 0 | 32 | 351 | 67 | 57 |
| Binary | 110110 | 1000110 | 10111100 | 1000111 | 111111 | 0 | 11010 | 11101001 | 110111 | 101111 |
Color Harmonies of #3646BC
Complementary color
Monochromatic Colors of #3646BC
Black with #3646BC
Text Example
Text Example
White with #3646BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3646BC; }
p { color: rgb(54,70,188); }
H1.HeaderClassName
{
color: #3646BC;
}
.AnyTagClassName
{
color: #3646BC;
}
</style>
background-color css
<style>
a { background-color: #3646BC; }
a { background-color: rgb(54,70,188); }
div.DivClassName
{
background-color: #3646BC;
}
.BgClassName
{
background-color: #3646BC;
}
</style>
border-color css
<style>
span { border-color: #3646BC; }
span { border-color: rgb(54,70,188); }
td.TdClassName
{
border-color: #3646BC;
}
.TagClassName
{
border-color: #3646BC;
}
</style>