Shades of Cerulean Blue #374AB8
Tints of Cerulean Blue #374AB8
RGB
CMYK
RGB Variations
Color information
#374AB8 (or 0x374AB8) is known color: Cerulean Blue. HEX triplet: 37, 4A and B8. RGB value is (55,74,184). Sum of RGB (Red+Green+Blue) = 55+74+184=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #374AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AB8 is #C8B547. Grayscale: #505050. Windows color (decimal): -13153608 or 12077623. OLE color: 12077623.
HSL color Cylindrical-coordinate representation of color #374AB8: hue angle of 231.16º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374AB8 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 74 | 184 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.28 |
| HSL | 231.16º | 0.54% | 0.47% | - |
| HSV(B) | 231.16º | 0.7% | 0.72% | - |
| XYZ | 12.68 | 9.17 | 46.45 | - |
| YUV | 80.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 184 | 0.70 | 0.60 | 0 | 0.28 | 231.16 | 0.54 | 0.47 |
| Hex | 37 | 4A | B8 | 46 | 3C | 0 | 1C | E7 | 36 | 2F |
| Octal | 67 | 112 | 270 | 106 | 74 | 0 | 34 | 347 | 66 | 57 |
| Binary | 110111 | 1001010 | 10111000 | 1000110 | 111100 | 0 | 11100 | 11100111 | 110110 | 101111 |
Color Harmonies of #374AB8
Complementary color
Monochromatic Colors of #374AB8
Black with #374AB8
Text Example
Text Example
White with #374AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374AB8; }
p { color: rgb(55,74,184); }
H1.HeaderClassName
{
color: #374AB8;
}
.AnyTagClassName
{
color: #374AB8;
}
</style>
background-color css
<style>
a { background-color: #374AB8; }
a { background-color: rgb(55,74,184); }
div.DivClassName
{
background-color: #374AB8;
}
.BgClassName
{
background-color: #374AB8;
}
</style>
border-color css
<style>
span { border-color: #374AB8; }
span { border-color: rgb(55,74,184); }
td.TdClassName
{
border-color: #374AB8;
}
.TagClassName
{
border-color: #374AB8;
}
</style>