Shades of Cerulean Blue #374DBA
Tints of Cerulean Blue #374DBA
RGB
CMYK
RGB Variations
Color information
#374DBA (or 0x374DBA) is known color: Cerulean Blue. HEX triplet: 37, 4D and BA. RGB value is (55,77,186). Sum of RGB (Red+Green+Blue) = 55+77+186=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #374DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DBA is #C8B245. Grayscale: #525252. Windows color (decimal): -13152838 or 12209463. OLE color: 12209463.
HSL color Cylindrical-coordinate representation of color #374DBA: hue angle of 229.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374DBA is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 77 | 186 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.27 |
| HSL | 229.92º | 0.54% | 0.47% | - |
| HSV(B) | 229.92º | 0.7% | 0.73% | - |
| XYZ | 13.09 | 9.67 | 47.63 | - |
| YUV | 82.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 186 | 0.70 | 0.59 | 0 | 0.27 | 229.92 | 0.54 | 0.47 |
| Hex | 37 | 4D | BA | 46 | 3B | 0 | 1B | E6 | 36 | 2F |
| Octal | 67 | 115 | 272 | 106 | 73 | 0 | 33 | 346 | 66 | 57 |
| Binary | 110111 | 1001101 | 10111010 | 1000110 | 111011 | 0 | 11011 | 11100110 | 110110 | 101111 |
Color Harmonies of #374DBA
Complementary color
Monochromatic Colors of #374DBA
Black with #374DBA
Text Example
Text Example
White with #374DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DBA; }
p { color: rgb(55,77,186); }
H1.HeaderClassName
{
color: #374DBA;
}
.AnyTagClassName
{
color: #374DBA;
}
</style>
background-color css
<style>
a { background-color: #374DBA; }
a { background-color: rgb(55,77,186); }
div.DivClassName
{
background-color: #374DBA;
}
.BgClassName
{
background-color: #374DBA;
}
</style>
border-color css
<style>
span { border-color: #374DBA; }
span { border-color: rgb(55,77,186); }
td.TdClassName
{
border-color: #374DBA;
}
.TagClassName
{
border-color: #374DBA;
}
</style>