Shades of Cerulean Blue #3568BC
Tints of Cerulean Blue #3568BC
RGB
CMYK
RGB Variations
Color information
#3568BC (or 0x3568BC) is known color: Cerulean Blue. HEX triplet: 35, 68 and BC. RGB value is (53,104,188). Sum of RGB (Red+Green+Blue) = 53+104+188=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #3568BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3568BC is #CA9743. Grayscale: #616161. Windows color (decimal): -13276996 or 12347445. OLE color: 12347445.
HSL color Cylindrical-coordinate representation of color #3568BC: hue angle of 217.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3568BC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 104 | 188 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.26 |
| HSL | 217.33º | 0.56% | 0.47% | - |
| HSV(B) | 217.33º | 0.72% | 0.74% | - |
| XYZ | 15.5 | 14.29 | 49.52 | - |
| YUV | 98.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 188 | 0.72 | 0.45 | 0 | 0.26 | 217.33 | 0.56 | 0.47 |
| Hex | 35 | 68 | BC | 48 | 2D | 0 | 1A | D9 | 38 | 2F |
| Octal | 65 | 150 | 274 | 110 | 55 | 0 | 32 | 331 | 70 | 57 |
| Binary | 110101 | 1101000 | 10111100 | 1001000 | 101101 | 0 | 11010 | 11011001 | 111000 | 101111 |
Color Harmonies of #3568BC
Complementary color
Monochromatic Colors of #3568BC
Black with #3568BC
Text Example
Text Example
White with #3568BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568BC; }
p { color: rgb(53,104,188); }
H1.HeaderClassName
{
color: #3568BC;
}
.AnyTagClassName
{
color: #3568BC;
}
</style>
background-color css
<style>
a { background-color: #3568BC; }
a { background-color: rgb(53,104,188); }
div.DivClassName
{
background-color: #3568BC;
}
.BgClassName
{
background-color: #3568BC;
}
</style>
border-color css
<style>
span { border-color: #3568BC; }
span { border-color: rgb(53,104,188); }
td.TdClassName
{
border-color: #3568BC;
}
.TagClassName
{
border-color: #3568BC;
}
</style>