Shades of Cerulean Blue #3667BF
Tints of Cerulean Blue #3667BF
RGB
CMYK
RGB Variations
Color information
#3667BF (or 0x3667BF) is known color: Cerulean Blue. HEX triplet: 36, 67 and BF. RGB value is (54,103,191). Sum of RGB (Red+Green+Blue) = 54+103+191=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #3667BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3667BF is #C99840. Grayscale: #616161. Windows color (decimal): -13211713 or 12543798. OLE color: 12543798.
HSL color Cylindrical-coordinate representation of color #3667BF: hue angle of 218.54º 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 #3667BF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 103 | 191 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.25 |
| HSL | 218.54º | 0.56% | 0.48% | - |
| HSV(B) | 218.54º | 0.72% | 0.75% | - |
| XYZ | 15.78 | 14.25 | 51.21 | - |
| YUV | 98.38 | 180.27 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 191 | 0.72 | 0.46 | 0 | 0.25 | 218.54 | 0.56 | 0.48 |
| Hex | 36 | 67 | BF | 48 | 2E | 0 | 19 | DB | 38 | 30 |
| Octal | 66 | 147 | 277 | 110 | 56 | 0 | 31 | 333 | 70 | 60 |
| Binary | 110110 | 1100111 | 10111111 | 1001000 | 101110 | 0 | 11001 | 11011011 | 111000 | 110000 |
Color Harmonies of #3667BF
Complementary color
Monochromatic Colors of #3667BF
Black with #3667BF
Text Example
Text Example
White with #3667BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3667BF; }
p { color: rgb(54,103,191); }
H1.HeaderClassName
{
color: #3667BF;
}
.AnyTagClassName
{
color: #3667BF;
}
</style>
background-color css
<style>
a { background-color: #3667BF; }
a { background-color: rgb(54,103,191); }
div.DivClassName
{
background-color: #3667BF;
}
.BgClassName
{
background-color: #3667BF;
}
</style>
border-color css
<style>
span { border-color: #3667BF; }
span { border-color: rgb(54,103,191); }
td.TdClassName
{
border-color: #3667BF;
}
.TagClassName
{
border-color: #3667BF;
}
</style>