Shades of Cerulean Blue #374DBB
Tints of Cerulean Blue #374DBB
RGB
CMYK
RGB Variations
Color information
#374DBB (or 0x374DBB) is known color: Cerulean Blue. HEX triplet: 37, 4D and BB. RGB value is (55,77,187). Sum of RGB (Red+Green+Blue) = 55+77+187=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #374DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DBB is #C8B244. Grayscale: #525252. Windows color (decimal): -13152837 or 12274999. OLE color: 12274999.
HSL color Cylindrical-coordinate representation of color #374DBB: hue angle of 230º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374DBB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 77 | 187 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.27 |
| HSL | 230º | 0.55% | 0.47% | - |
| HSV(B) | 230º | 0.71% | 0.73% | - |
| XYZ | 13.2 | 9.71 | 48.19 | - |
| YUV | 82.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 187 | 0.71 | 0.59 | 0 | 0.27 | 230 | 0.55 | 0.47 |
| Hex | 37 | 4D | BB | 47 | 3B | 0 | 1B | E6 | 37 | 2F |
| Octal | 67 | 115 | 273 | 107 | 73 | 0 | 33 | 346 | 67 | 57 |
| Binary | 110111 | 1001101 | 10111011 | 1000111 | 111011 | 0 | 11011 | 11100110 | 110111 | 101111 |
Color Harmonies of #374DBB
Complementary color
Monochromatic Colors of #374DBB
Black with #374DBB
Text Example
Text Example
White with #374DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DBB; }
p { color: rgb(55,77,187); }
H1.HeaderClassName
{
color: #374DBB;
}
.AnyTagClassName
{
color: #374DBB;
}
</style>
background-color css
<style>
a { background-color: #374DBB; }
a { background-color: rgb(55,77,187); }
div.DivClassName
{
background-color: #374DBB;
}
.BgClassName
{
background-color: #374DBB;
}
</style>
border-color css
<style>
span { border-color: #374DBB; }
span { border-color: rgb(55,77,187); }
td.TdClassName
{
border-color: #374DBB;
}
.TagClassName
{
border-color: #374DBB;
}
</style>