Shades of Cerulean Blue #3666BF
Tints of Cerulean Blue #3666BF
RGB
CMYK
RGB Variations
Color information
#3666BF (or 0x3666BF) is known color: Cerulean Blue. HEX triplet: 36, 66 and BF. RGB value is (54,102,191). Sum of RGB (Red+Green+Blue) = 54+102+191=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #3666BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3666BF is #C99940. Grayscale: #616161. Windows color (decimal): -13211969 or 12543542. OLE color: 12543542.
HSL color Cylindrical-coordinate representation of color #3666BF: hue angle of 218.98º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3666BF is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 102 | 191 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.25 |
| HSL | 218.98º | 0.56% | 0.48% | - |
| HSV(B) | 218.98º | 0.72% | 0.75% | - |
| XYZ | 15.68 | 14.05 | 51.18 | - |
| YUV | 97.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 191 | 0.72 | 0.47 | 0 | 0.25 | 218.98 | 0.56 | 0.48 |
| Hex | 36 | 66 | BF | 48 | 2F | 0 | 19 | DB | 38 | 30 |
| Octal | 66 | 146 | 277 | 110 | 57 | 0 | 31 | 333 | 70 | 60 |
| Binary | 110110 | 1100110 | 10111111 | 1001000 | 101111 | 0 | 11001 | 11011011 | 111000 | 110000 |
Color Harmonies of #3666BF
Complementary color
Monochromatic Colors of #3666BF
Black with #3666BF
Text Example
Text Example
White with #3666BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666BF; }
p { color: rgb(54,102,191); }
H1.HeaderClassName
{
color: #3666BF;
}
.AnyTagClassName
{
color: #3666BF;
}
</style>
background-color css
<style>
a { background-color: #3666BF; }
a { background-color: rgb(54,102,191); }
div.DivClassName
{
background-color: #3666BF;
}
.BgClassName
{
background-color: #3666BF;
}
</style>
border-color css
<style>
span { border-color: #3666BF; }
span { border-color: rgb(54,102,191); }
td.TdClassName
{
border-color: #3666BF;
}
.TagClassName
{
border-color: #3666BF;
}
</style>