Shades of Cerulean Blue #3660BC
Tints of Cerulean Blue #3660BC
RGB
CMYK
RGB Variations
Color information
#3660BC (or 0x3660BC) is known color: Cerulean Blue. HEX triplet: 36, 60 and BC. RGB value is (54,96,188). Sum of RGB (Red+Green+Blue) = 54+96+188=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #3660BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3660BC is #C99F43. Grayscale: #5D5D5D. Windows color (decimal): -13213508 or 12345398. OLE color: 12345398.
HSL color Cylindrical-coordinate representation of color #3660BC: hue angle of 221.19º 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 #3660BC is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 96 | 188 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.26 |
| HSL | 221.19º | 0.55% | 0.47% | - |
| HSV(B) | 221.19º | 0.71% | 0.74% | - |
| XYZ | 14.78 | 12.78 | 49.26 | - |
| YUV | 93.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 188 | 0.71 | 0.49 | 0 | 0.26 | 221.19 | 0.55 | 0.47 |
| Hex | 36 | 60 | BC | 47 | 31 | 0 | 1A | DD | 37 | 2F |
| Octal | 66 | 140 | 274 | 107 | 61 | 0 | 32 | 335 | 67 | 57 |
| Binary | 110110 | 1100000 | 10111100 | 1000111 | 110001 | 0 | 11010 | 11011101 | 110111 | 101111 |
Color Harmonies of #3660BC
Complementary color
Monochromatic Colors of #3660BC
Black with #3660BC
Text Example
Text Example
White with #3660BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3660BC; }
p { color: rgb(54,96,188); }
H1.HeaderClassName
{
color: #3660BC;
}
.AnyTagClassName
{
color: #3660BC;
}
</style>
background-color css
<style>
a { background-color: #3660BC; }
a { background-color: rgb(54,96,188); }
div.DivClassName
{
background-color: #3660BC;
}
.BgClassName
{
background-color: #3660BC;
}
</style>
border-color css
<style>
span { border-color: #3660BC; }
span { border-color: rgb(54,96,188); }
td.TdClassName
{
border-color: #3660BC;
}
.TagClassName
{
border-color: #3660BC;
}
</style>