Shades of Cerulean Blue #3566BB
Tints of Cerulean Blue #3566BB
RGB
CMYK
RGB Variations
Color information
#3566BB (or 0x3566BB) is known color: Cerulean Blue. HEX triplet: 35, 66 and BB. RGB value is (53,102,187). Sum of RGB (Red+Green+Blue) = 53+102+187=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #3566BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566BB is #CA9944. Grayscale: #606060. Windows color (decimal): -13277509 or 12281397. OLE color: 12281397.
HSL color Cylindrical-coordinate representation of color #3566BB: hue angle of 218.06º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3566BB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 102 | 187 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.27 |
| HSL | 218.06º | 0.56% | 0.47% | - |
| HSV(B) | 218.06º | 0.72% | 0.73% | - |
| XYZ | 15.19 | 13.85 | 48.89 | - |
| YUV | 97.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 187 | 0.72 | 0.45 | 0 | 0.27 | 218.06 | 0.56 | 0.47 |
| Hex | 35 | 66 | BB | 48 | 2D | 0 | 1B | DA | 38 | 2F |
| Octal | 65 | 146 | 273 | 110 | 55 | 0 | 33 | 332 | 70 | 57 |
| Binary | 110101 | 1100110 | 10111011 | 1001000 | 101101 | 0 | 11011 | 11011010 | 111000 | 101111 |
Color Harmonies of #3566BB
Complementary color
Monochromatic Colors of #3566BB
Black with #3566BB
Text Example
Text Example
White with #3566BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3566BB; }
p { color: rgb(53,102,187); }
H1.HeaderClassName
{
color: #3566BB;
}
.AnyTagClassName
{
color: #3566BB;
}
</style>
background-color css
<style>
a { background-color: #3566BB; }
a { background-color: rgb(53,102,187); }
div.DivClassName
{
background-color: #3566BB;
}
.BgClassName
{
background-color: #3566BB;
}
</style>
border-color css
<style>
span { border-color: #3566BB; }
span { border-color: rgb(53,102,187); }
td.TdClassName
{
border-color: #3566BB;
}
.TagClassName
{
border-color: #3566BB;
}
</style>