Shades of Cerulean Blue #3750B1
Tints of Cerulean Blue #3750B1
RGB
CMYK
RGB Variations
Color information
#3750B1 (or 0x3750B1) is known color: Cerulean Blue. HEX triplet: 37, 50 and B1. RGB value is (55,80,177). Sum of RGB (Red+Green+Blue) = 55+80+177=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #3750B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3750B1 is #C8AF4E. Grayscale: #535353. Windows color (decimal): -13152079 or 11620407. OLE color: 11620407.
HSL color Cylindrical-coordinate representation of color #3750B1: hue angle of 227.7º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3750B1 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 80 | 177 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.31 |
| HSL | 227.7º | 0.53% | 0.45% | - |
| HSV(B) | 227.7º | 0.69% | 0.69% | - |
| XYZ | 12.38 | 9.72 | 42.82 | - |
| YUV | 83.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 177 | 0.69 | 0.55 | 0 | 0.31 | 227.7 | 0.53 | 0.45 |
| Hex | 37 | 50 | B1 | 45 | 37 | 0 | 1F | E4 | 35 | 2D |
| Octal | 67 | 120 | 261 | 105 | 67 | 0 | 37 | 344 | 65 | 55 |
| Binary | 110111 | 1010000 | 10110001 | 1000101 | 110111 | 0 | 11111 | 11100100 | 110101 | 101101 |
Color Harmonies of #3750B1
Complementary color
Monochromatic Colors of #3750B1
Black with #3750B1
Text Example
Text Example
White with #3750B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3750B1; }
p { color: rgb(55,80,177); }
H1.HeaderClassName
{
color: #3750B1;
}
.AnyTagClassName
{
color: #3750B1;
}
</style>
background-color css
<style>
a { background-color: #3750B1; }
a { background-color: rgb(55,80,177); }
div.DivClassName
{
background-color: #3750B1;
}
.BgClassName
{
background-color: #3750B1;
}
</style>
border-color css
<style>
span { border-color: #3750B1; }
span { border-color: rgb(55,80,177); }
td.TdClassName
{
border-color: #3750B1;
}
.TagClassName
{
border-color: #3750B1;
}
</style>