Shades of Cerulean Blue #3666BA
Tints of Cerulean Blue #3666BA
RGB
CMYK
RGB Variations
Color information
#3666BA (or 0x3666BA) is known color: Cerulean Blue. HEX triplet: 36, 66 and BA. RGB value is (54,102,186). Sum of RGB (Red+Green+Blue) = 54+102+186=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3666BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3666BA is #C99945. Grayscale: #606060. Windows color (decimal): -13211974 or 12215862. OLE color: 12215862.
HSL color Cylindrical-coordinate representation of color #3666BA: hue angle of 218.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3666BA is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 102 | 186 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.27 |
| HSL | 218.18º | 0.55% | 0.47% | - |
| HSV(B) | 218.18º | 0.71% | 0.73% | - |
| XYZ | 15.14 | 13.83 | 48.33 | - |
| YUV | 97.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 186 | 0.71 | 0.45 | 0 | 0.27 | 218.18 | 0.55 | 0.47 |
| Hex | 36 | 66 | BA | 47 | 2D | 0 | 1B | DA | 37 | 2F |
| Octal | 66 | 146 | 272 | 107 | 55 | 0 | 33 | 332 | 67 | 57 |
| Binary | 110110 | 1100110 | 10111010 | 1000111 | 101101 | 0 | 11011 | 11011010 | 110111 | 101111 |
Color Harmonies of #3666BA
Complementary color
Monochromatic Colors of #3666BA
Black with #3666BA
Text Example
Text Example
White with #3666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666BA; }
p { color: rgb(54,102,186); }
H1.HeaderClassName
{
color: #3666BA;
}
.AnyTagClassName
{
color: #3666BA;
}
</style>
background-color css
<style>
a { background-color: #3666BA; }
a { background-color: rgb(54,102,186); }
div.DivClassName
{
background-color: #3666BA;
}
.BgClassName
{
background-color: #3666BA;
}
</style>
border-color css
<style>
span { border-color: #3666BA; }
span { border-color: rgb(54,102,186); }
td.TdClassName
{
border-color: #3666BA;
}
.TagClassName
{
border-color: #3666BA;
}
</style>