Shades of Cerulean Blue #3669C0
Tints of Cerulean Blue #3669C0
RGB
CMYK
RGB Variations
Color information
#3669C0 (or 0x3669C0) is known color: Cerulean Blue. HEX triplet: 36, 69 and C0. RGB value is (54,105,192). Sum of RGB (Red+Green+Blue) = 54+105+192=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #3669C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669C0 is #C9963F. Grayscale: #636363. Windows color (decimal): -13211200 or 12609846. OLE color: 12609846.
HSL color Cylindrical-coordinate representation of color #3669C0: hue angle of 217.83º 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 #3669C0 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 105 | 192 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.25 |
| HSL | 217.83º | 0.56% | 0.48% | - |
| HSV(B) | 217.83º | 0.72% | 0.75% | - |
| XYZ | 16.09 | 14.69 | 51.86 | - |
| YUV | 99.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 192 | 0.72 | 0.45 | 0 | 0.25 | 217.83 | 0.56 | 0.48 |
| Hex | 36 | 69 | C0 | 48 | 2D | 0 | 19 | DA | 38 | 30 |
| Octal | 66 | 151 | 300 | 110 | 55 | 0 | 31 | 332 | 70 | 60 |
| Binary | 110110 | 1101001 | 11000000 | 1001000 | 101101 | 0 | 11001 | 11011010 | 111000 | 110000 |
Color Harmonies of #3669C0
Complementary color
Monochromatic Colors of #3669C0
Black with #3669C0
Text Example
Text Example
White with #3669C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669C0; }
p { color: rgb(54,105,192); }
H1.HeaderClassName
{
color: #3669C0;
}
.AnyTagClassName
{
color: #3669C0;
}
</style>
background-color css
<style>
a { background-color: #3669C0; }
a { background-color: rgb(54,105,192); }
div.DivClassName
{
background-color: #3669C0;
}
.BgClassName
{
background-color: #3669C0;
}
</style>
border-color css
<style>
span { border-color: #3669C0; }
span { border-color: rgb(54,105,192); }
td.TdClassName
{
border-color: #3669C0;
}
.TagClassName
{
border-color: #3669C0;
}
</style>