Shades of Cerulean Blue #366BBC
Tints of Cerulean Blue #366BBC
RGB
CMYK
RGB Variations
Color information
#366BBC (or 0x366BBC) is known color: Cerulean Blue. HEX triplet: 36, 6B and BC. RGB value is (54,107,188). Sum of RGB (Red+Green+Blue) = 54+107+188=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #366BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BBC is #C99443. Grayscale: #646464. Windows color (decimal): -13210692 or 12348214. OLE color: 12348214.
HSL color Cylindrical-coordinate representation of color #366BBC: hue angle of 216.27º 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 #366BBC is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 107 | 188 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.26 |
| HSL | 216.27º | 0.55% | 0.47% | - |
| HSV(B) | 216.27º | 0.71% | 0.74% | - |
| XYZ | 15.86 | 14.93 | 49.62 | - |
| YUV | 100.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 188 | 0.71 | 0.43 | 0 | 0.26 | 216.27 | 0.55 | 0.47 |
| Hex | 36 | 6B | BC | 47 | 2B | 0 | 1A | D8 | 37 | 2F |
| Octal | 66 | 153 | 274 | 107 | 53 | 0 | 32 | 330 | 67 | 57 |
| Binary | 110110 | 1101011 | 10111100 | 1000111 | 101011 | 0 | 11010 | 11011000 | 110111 | 101111 |
Color Harmonies of #366BBC
Complementary color
Monochromatic Colors of #366BBC
Black with #366BBC
Text Example
Text Example
White with #366BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BBC; }
p { color: rgb(54,107,188); }
H1.HeaderClassName
{
color: #366BBC;
}
.AnyTagClassName
{
color: #366BBC;
}
</style>
background-color css
<style>
a { background-color: #366BBC; }
a { background-color: rgb(54,107,188); }
div.DivClassName
{
background-color: #366BBC;
}
.BgClassName
{
background-color: #366BBC;
}
</style>
border-color css
<style>
span { border-color: #366BBC; }
span { border-color: rgb(54,107,188); }
td.TdClassName
{
border-color: #366BBC;
}
.TagClassName
{
border-color: #366BBC;
}
</style>