Shades of Cerulean Blue #374DB1
Tints of Cerulean Blue #374DB1
RGB
CMYK
RGB Variations
Color information
#374DB1 (or 0x374DB1) is known color: Cerulean Blue. HEX triplet: 37, 4D and B1. RGB value is (55,77,177). Sum of RGB (Red+Green+Blue) = 55+77+177=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #374DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DB1 is #C8B24E. Grayscale: #515151. Windows color (decimal): -13152847 or 11619639. OLE color: 11619639.
HSL color Cylindrical-coordinate representation of color #374DB1: hue angle of 229.18º 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 #374DB1 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 77 | 177 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.31 |
| HSL | 229.18º | 0.53% | 0.45% | - |
| HSV(B) | 229.18º | 0.69% | 0.69% | - |
| XYZ | 12.17 | 9.29 | 42.75 | - |
| YUV | 81.82 | 181.71 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 177 | 0.69 | 0.56 | 0 | 0.31 | 229.18 | 0.53 | 0.45 |
| Hex | 37 | 4D | B1 | 45 | 38 | 0 | 1F | E5 | 35 | 2D |
| Octal | 67 | 115 | 261 | 105 | 70 | 0 | 37 | 345 | 65 | 55 |
| Binary | 110111 | 1001101 | 10110001 | 1000101 | 111000 | 0 | 11111 | 11100101 | 110101 | 101101 |
Color Harmonies of #374DB1
Complementary color
Monochromatic Colors of #374DB1
Black with #374DB1
Text Example
Text Example
White with #374DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DB1; }
p { color: rgb(55,77,177); }
H1.HeaderClassName
{
color: #374DB1;
}
.AnyTagClassName
{
color: #374DB1;
}
</style>
background-color css
<style>
a { background-color: #374DB1; }
a { background-color: rgb(55,77,177); }
div.DivClassName
{
background-color: #374DB1;
}
.BgClassName
{
background-color: #374DB1;
}
</style>
border-color css
<style>
span { border-color: #374DB1; }
span { border-color: rgb(55,77,177); }
td.TdClassName
{
border-color: #374DB1;
}
.TagClassName
{
border-color: #374DB1;
}
</style>