Shades of Cerulean Blue #3567BD
Tints of Cerulean Blue #3567BD
RGB
CMYK
RGB Variations
Color information
#3567BD (or 0x3567BD) is known color: Cerulean Blue. HEX triplet: 35, 67 and BD. RGB value is (53,103,189). Sum of RGB (Red+Green+Blue) = 53+103+189=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #3567BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567BD is #CA9842. Grayscale: #616161. Windows color (decimal): -13277251 or 12412725. OLE color: 12412725.
HSL color Cylindrical-coordinate representation of color #3567BD: hue angle of 217.94º 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 #3567BD is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 103 | 189 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.26 |
| HSL | 217.94º | 0.56% | 0.47% | - |
| HSV(B) | 217.94º | 0.72% | 0.74% | - |
| XYZ | 15.5 | 14.13 | 50.05 | - |
| YUV | 97.85 | 179.44 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 189 | 0.72 | 0.46 | 0 | 0.26 | 217.94 | 0.56 | 0.47 |
| Hex | 35 | 67 | BD | 48 | 2E | 0 | 1A | DA | 38 | 2F |
| Octal | 65 | 147 | 275 | 110 | 56 | 0 | 32 | 332 | 70 | 57 |
| Binary | 110101 | 1100111 | 10111101 | 1001000 | 101110 | 0 | 11010 | 11011010 | 111000 | 101111 |
Color Harmonies of #3567BD
Complementary color
Monochromatic Colors of #3567BD
Black with #3567BD
Text Example
Text Example
White with #3567BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3567BD; }
p { color: rgb(53,103,189); }
H1.HeaderClassName
{
color: #3567BD;
}
.AnyTagClassName
{
color: #3567BD;
}
</style>
background-color css
<style>
a { background-color: #3567BD; }
a { background-color: rgb(53,103,189); }
div.DivClassName
{
background-color: #3567BD;
}
.BgClassName
{
background-color: #3567BD;
}
</style>
border-color css
<style>
span { border-color: #3567BD; }
span { border-color: rgb(53,103,189); }
td.TdClassName
{
border-color: #3567BD;
}
.TagClassName
{
border-color: #3567BD;
}
</style>