Shades of Cerulean Blue #3765BD
Tints of Cerulean Blue #3765BD
RGB
CMYK
RGB Variations
Color information
#3765BD (or 0x3765BD) is known color: Cerulean Blue. HEX triplet: 37, 65 and BD. RGB value is (55,101,189). Sum of RGB (Red+Green+Blue) = 55+101+189=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 101 (39.84% from 255 or 29.28% 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 #3765BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3765BD is #C89A42. Grayscale: #606060. Windows color (decimal): -13146691 or 12412215. OLE color: 12412215.
HSL color Cylindrical-coordinate representation of color #3765BD: hue angle of 219.4º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3765BD is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 101 | 189 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.26 |
| HSL | 219.4º | 0.55% | 0.48% | - |
| HSV(B) | 219.4º | 0.71% | 0.74% | - |
| XYZ | 15.41 | 13.79 | 49.99 | - |
| YUV | 97.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 189 | 0.71 | 0.47 | 0 | 0.26 | 219.4 | 0.55 | 0.48 |
| Hex | 37 | 65 | BD | 47 | 2F | 0 | 1A | DB | 37 | 30 |
| Octal | 67 | 145 | 275 | 107 | 57 | 0 | 32 | 333 | 67 | 60 |
| Binary | 110111 | 1100101 | 10111101 | 1000111 | 101111 | 0 | 11010 | 11011011 | 110111 | 110000 |
Color Harmonies of #3765BD
Complementary color
Monochromatic Colors of #3765BD
Black with #3765BD
Text Example
Text Example
White with #3765BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3765BD; }
p { color: rgb(55,101,189); }
H1.HeaderClassName
{
color: #3765BD;
}
.AnyTagClassName
{
color: #3765BD;
}
</style>
background-color css
<style>
a { background-color: #3765BD; }
a { background-color: rgb(55,101,189); }
div.DivClassName
{
background-color: #3765BD;
}
.BgClassName
{
background-color: #3765BD;
}
</style>
border-color css
<style>
span { border-color: #3765BD; }
span { border-color: rgb(55,101,189); }
td.TdClassName
{
border-color: #3765BD;
}
.TagClassName
{
border-color: #3765BD;
}
</style>