Shades of Cerulean Blue #374BBA
Tints of Cerulean Blue #374BBA
RGB
CMYK
RGB Variations
Color information
#374BBA (or 0x374BBA) is known color: Cerulean Blue. HEX triplet: 37, 4B and BA. RGB value is (55,75,186). Sum of RGB (Red+Green+Blue) = 55+75+186=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #374BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BBA is #C8B445. Grayscale: #515151. Windows color (decimal): -13153350 or 12208951. OLE color: 12208951.
HSL color Cylindrical-coordinate representation of color #374BBA: hue angle of 230.84º 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 #374BBA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 75 | 186 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.27 |
| HSL | 230.84º | 0.54% | 0.47% | - |
| HSV(B) | 230.84º | 0.7% | 0.73% | - |
| XYZ | 12.95 | 9.39 | 47.58 | - |
| YUV | 81.67 | 186.87 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 186 | 0.70 | 0.60 | 0 | 0.27 | 230.84 | 0.54 | 0.47 |
| Hex | 37 | 4B | BA | 46 | 3C | 0 | 1B | E7 | 36 | 2F |
| Octal | 67 | 113 | 272 | 106 | 74 | 0 | 33 | 347 | 66 | 57 |
| Binary | 110111 | 1001011 | 10111010 | 1000110 | 111100 | 0 | 11011 | 11100111 | 110110 | 101111 |
Color Harmonies of #374BBA
Complementary color
Monochromatic Colors of #374BBA
Black with #374BBA
Text Example
Text Example
White with #374BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BBA; }
p { color: rgb(55,75,186); }
H1.HeaderClassName
{
color: #374BBA;
}
.AnyTagClassName
{
color: #374BBA;
}
</style>
background-color css
<style>
a { background-color: #374BBA; }
a { background-color: rgb(55,75,186); }
div.DivClassName
{
background-color: #374BBA;
}
.BgClassName
{
background-color: #374BBA;
}
</style>
border-color css
<style>
span { border-color: #374BBA; }
span { border-color: rgb(55,75,186); }
td.TdClassName
{
border-color: #374BBA;
}
.TagClassName
{
border-color: #374BBA;
}
</style>