Shades of Cerulean Blue #374DB5
Tints of Cerulean Blue #374DB5
RGB
CMYK
RGB Variations
Color information
#374DB5 (or 0x374DB5) is known color: Cerulean Blue. HEX triplet: 37, 4D and B5. RGB value is (55,77,181). Sum of RGB (Red+Green+Blue) = 55+77+181=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #374DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DB5 is #C8B24A. Grayscale: #515151. Windows color (decimal): -13152843 or 11881783. OLE color: 11881783.
HSL color Cylindrical-coordinate representation of color #374DB5: hue angle of 229.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374DB5 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 77 | 181 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.29 |
| HSL | 229.52º | 0.53% | 0.46% | - |
| HSV(B) | 229.52º | 0.7% | 0.71% | - |
| XYZ | 12.57 | 9.46 | 44.88 | - |
| YUV | 82.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 181 | 0.70 | 0.57 | 0 | 0.29 | 229.52 | 0.53 | 0.46 |
| Hex | 37 | 4D | B5 | 46 | 39 | 0 | 1D | E6 | 35 | 2E |
| Octal | 67 | 115 | 265 | 106 | 71 | 0 | 35 | 346 | 65 | 56 |
| Binary | 110111 | 1001101 | 10110101 | 1000110 | 111001 | 0 | 11101 | 11100110 | 110101 | 101110 |
Color Harmonies of #374DB5
Complementary color
Monochromatic Colors of #374DB5
Black with #374DB5
Text Example
Text Example
White with #374DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DB5; }
p { color: rgb(55,77,181); }
H1.HeaderClassName
{
color: #374DB5;
}
.AnyTagClassName
{
color: #374DB5;
}
</style>
background-color css
<style>
a { background-color: #374DB5; }
a { background-color: rgb(55,77,181); }
div.DivClassName
{
background-color: #374DB5;
}
.BgClassName
{
background-color: #374DB5;
}
</style>
border-color css
<style>
span { border-color: #374DB5; }
span { border-color: rgb(55,77,181); }
td.TdClassName
{
border-color: #374DB5;
}
.TagClassName
{
border-color: #374DB5;
}
</style>