Shades of Cerulean Blue #374DB4
Tints of Cerulean Blue #374DB4
RGB
CMYK
RGB Variations
Color information
#374DB4 (or 0x374DB4) is known color: Cerulean Blue. HEX triplet: 37, 4D and B4. RGB value is (55,77,180). Sum of RGB (Red+Green+Blue) = 55+77+180=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #374DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DB4 is #C8B24B. Grayscale: #515151. Windows color (decimal): -13152844 or 11816247. OLE color: 11816247.
HSL color Cylindrical-coordinate representation of color #374DB4: hue angle of 229.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374DB4 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 77 | 180 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.29 |
| HSL | 229.44º | 0.53% | 0.46% | - |
| HSV(B) | 229.44º | 0.69% | 0.71% | - |
| XYZ | 12.47 | 9.42 | 44.34 | - |
| YUV | 82.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 180 | 0.69 | 0.57 | 0 | 0.29 | 229.44 | 0.53 | 0.46 |
| Hex | 37 | 4D | B4 | 45 | 39 | 0 | 1D | E5 | 35 | 2E |
| Octal | 67 | 115 | 264 | 105 | 71 | 0 | 35 | 345 | 65 | 56 |
| Binary | 110111 | 1001101 | 10110100 | 1000101 | 111001 | 0 | 11101 | 11100101 | 110101 | 101110 |
Color Harmonies of #374DB4
Complementary color
Monochromatic Colors of #374DB4
Black with #374DB4
Text Example
Text Example
White with #374DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DB4; }
p { color: rgb(55,77,180); }
H1.HeaderClassName
{
color: #374DB4;
}
.AnyTagClassName
{
color: #374DB4;
}
</style>
background-color css
<style>
a { background-color: #374DB4; }
a { background-color: rgb(55,77,180); }
div.DivClassName
{
background-color: #374DB4;
}
.BgClassName
{
background-color: #374DB4;
}
</style>
border-color css
<style>
span { border-color: #374DB4; }
span { border-color: rgb(55,77,180); }
td.TdClassName
{
border-color: #374DB4;
}
.TagClassName
{
border-color: #374DB4;
}
</style>