Shades of Cerulean Blue #3567BC
Tints of Cerulean Blue #3567BC
RGB
CMYK
RGB Variations
Color information
#3567BC (or 0x3567BC) is known color: Cerulean Blue. HEX triplet: 35, 67 and BC. RGB value is (53,103,188). Sum of RGB (Red+Green+Blue) = 53+103+188=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #3567BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567BC is #CA9843. Grayscale: #616161. Windows color (decimal): -13277252 or 12347189. OLE color: 12347189.
HSL color Cylindrical-coordinate representation of color #3567BC: hue angle of 217.78º 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 #3567BC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 103 | 188 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.26 |
| HSL | 217.78º | 0.56% | 0.47% | - |
| HSV(B) | 217.78º | 0.72% | 0.74% | - |
| XYZ | 15.4 | 14.09 | 49.48 | - |
| YUV | 97.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 188 | 0.72 | 0.45 | 0 | 0.26 | 217.78 | 0.56 | 0.47 |
| Hex | 35 | 67 | BC | 48 | 2D | 0 | 1A | DA | 38 | 2F |
| Octal | 65 | 147 | 274 | 110 | 55 | 0 | 32 | 332 | 70 | 57 |
| Binary | 110101 | 1100111 | 10111100 | 1001000 | 101101 | 0 | 11010 | 11011010 | 111000 | 101111 |
Color Harmonies of #3567BC
Complementary color
Monochromatic Colors of #3567BC
Black with #3567BC
Text Example
Text Example
White with #3567BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3567BC; }
p { color: rgb(53,103,188); }
H1.HeaderClassName
{
color: #3567BC;
}
.AnyTagClassName
{
color: #3567BC;
}
</style>
background-color css
<style>
a { background-color: #3567BC; }
a { background-color: rgb(53,103,188); }
div.DivClassName
{
background-color: #3567BC;
}
.BgClassName
{
background-color: #3567BC;
}
</style>
border-color css
<style>
span { border-color: #3567BC; }
span { border-color: rgb(53,103,188); }
td.TdClassName
{
border-color: #3567BC;
}
.TagClassName
{
border-color: #3567BC;
}
</style>