Shades of Cerulean Blue #3565BD
Tints of Cerulean Blue #3565BD
RGB
CMYK
RGB Variations
Color information
#3565BD (or 0x3565BD) is known color: Cerulean Blue. HEX triplet: 35, 65 and BD. RGB value is (53,101,189). Sum of RGB (Red+Green+Blue) = 53+101+189=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #3565BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565BD is #CA9A42. Grayscale: #606060. Windows color (decimal): -13277763 or 12412213. OLE color: 12412213.
HSL color Cylindrical-coordinate representation of color #3565BD: hue angle of 218.82º 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 #3565BD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 101 | 189 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.26 |
| HSL | 218.82º | 0.56% | 0.47% | - |
| HSV(B) | 218.82º | 0.72% | 0.74% | - |
| XYZ | 15.31 | 13.74 | 49.99 | - |
| YUV | 96.68 | 180.1 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 189 | 0.72 | 0.47 | 0 | 0.26 | 218.82 | 0.56 | 0.47 |
| Hex | 35 | 65 | BD | 48 | 2F | 0 | 1A | DB | 38 | 2F |
| Octal | 65 | 145 | 275 | 110 | 57 | 0 | 32 | 333 | 70 | 57 |
| Binary | 110101 | 1100101 | 10111101 | 1001000 | 101111 | 0 | 11010 | 11011011 | 111000 | 101111 |
Color Harmonies of #3565BD
Complementary color
Monochromatic Colors of #3565BD
Black with #3565BD
Text Example
Text Example
White with #3565BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565BD; }
p { color: rgb(53,101,189); }
H1.HeaderClassName
{
color: #3565BD;
}
.AnyTagClassName
{
color: #3565BD;
}
</style>
background-color css
<style>
a { background-color: #3565BD; }
a { background-color: rgb(53,101,189); }
div.DivClassName
{
background-color: #3565BD;
}
.BgClassName
{
background-color: #3565BD;
}
</style>
border-color css
<style>
span { border-color: #3565BD; }
span { border-color: rgb(53,101,189); }
td.TdClassName
{
border-color: #3565BD;
}
.TagClassName
{
border-color: #3565BD;
}
</style>