Shades of Cerulean Blue #3565BB
Tints of Cerulean Blue #3565BB
RGB
CMYK
RGB Variations
Color information
#3565BB (or 0x3565BB) is known color: Cerulean Blue. HEX triplet: 35, 65 and BB. RGB value is (53,101,187). Sum of RGB (Red+Green+Blue) = 53+101+187=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #3565BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565BB is #CA9A44. Grayscale: #606060. Windows color (decimal): -13277765 or 12281141. OLE color: 12281141.
HSL color Cylindrical-coordinate representation of color #3565BB: hue angle of 218.51º 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 #3565BB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 101 | 187 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.27 |
| HSL | 218.51º | 0.56% | 0.47% | - |
| HSV(B) | 218.51º | 0.72% | 0.73% | - |
| XYZ | 15.09 | 13.65 | 48.85 | - |
| YUV | 96.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 187 | 0.72 | 0.46 | 0 | 0.27 | 218.51 | 0.56 | 0.47 |
| Hex | 35 | 65 | BB | 48 | 2E | 0 | 1B | DB | 38 | 2F |
| Octal | 65 | 145 | 273 | 110 | 56 | 0 | 33 | 333 | 70 | 57 |
| Binary | 110101 | 1100101 | 10111011 | 1001000 | 101110 | 0 | 11011 | 11011011 | 111000 | 101111 |
Color Harmonies of #3565BB
Complementary color
Monochromatic Colors of #3565BB
Black with #3565BB
Text Example
Text Example
White with #3565BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565BB; }
p { color: rgb(53,101,187); }
H1.HeaderClassName
{
color: #3565BB;
}
.AnyTagClassName
{
color: #3565BB;
}
</style>
background-color css
<style>
a { background-color: #3565BB; }
a { background-color: rgb(53,101,187); }
div.DivClassName
{
background-color: #3565BB;
}
.BgClassName
{
background-color: #3565BB;
}
</style>
border-color css
<style>
span { border-color: #3565BB; }
span { border-color: rgb(53,101,187); }
td.TdClassName
{
border-color: #3565BB;
}
.TagClassName
{
border-color: #3565BB;
}
</style>