Shades of Cerulean Blue #3667BA
Tints of Cerulean Blue #3667BA
RGB
CMYK
RGB Variations
Color information
#3667BA (or 0x3667BA) is known color: Cerulean Blue. HEX triplet: 36, 67 and BA. RGB value is (54,103,186). Sum of RGB (Red+Green+Blue) = 54+103+186=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #3667BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3667BA is #C99845. Grayscale: #616161. Windows color (decimal): -13211718 or 12216118. OLE color: 12216118.
HSL color Cylindrical-coordinate representation of color #3667BA: hue angle of 217.73º 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 #3667BA is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 103 | 186 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.27 |
| HSL | 217.73º | 0.55% | 0.47% | - |
| HSV(B) | 217.73º | 0.71% | 0.73% | - |
| XYZ | 15.23 | 14.03 | 48.36 | - |
| YUV | 97.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 186 | 0.71 | 0.45 | 0 | 0.27 | 217.73 | 0.55 | 0.47 |
| Hex | 36 | 67 | BA | 47 | 2D | 0 | 1B | DA | 37 | 2F |
| Octal | 66 | 147 | 272 | 107 | 55 | 0 | 33 | 332 | 67 | 57 |
| Binary | 110110 | 1100111 | 10111010 | 1000111 | 101101 | 0 | 11011 | 11011010 | 110111 | 101111 |
Color Harmonies of #3667BA
Complementary color
Monochromatic Colors of #3667BA
Black with #3667BA
Text Example
Text Example
White with #3667BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3667BA; }
p { color: rgb(54,103,186); }
H1.HeaderClassName
{
color: #3667BA;
}
.AnyTagClassName
{
color: #3667BA;
}
</style>
background-color css
<style>
a { background-color: #3667BA; }
a { background-color: rgb(54,103,186); }
div.DivClassName
{
background-color: #3667BA;
}
.BgClassName
{
background-color: #3667BA;
}
</style>
border-color css
<style>
span { border-color: #3667BA; }
span { border-color: rgb(54,103,186); }
td.TdClassName
{
border-color: #3667BA;
}
.TagClassName
{
border-color: #3667BA;
}
</style>