Shades of Cerulean Blue #374CAC
Tints of Cerulean Blue #374CAC
RGB
CMYK
RGB Variations
Color information
#374CAC (or 0x374CAC) is known color: Cerulean Blue. HEX triplet: 37, 4C and AC. RGB value is (55,76,172). Sum of RGB (Red+Green+Blue) = 55+76+172=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #374CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CAC is #C8B353. Grayscale: #505050. Windows color (decimal): -13153108 or 11291703. OLE color: 11291703.
HSL color Cylindrical-coordinate representation of color #374CAC: hue angle of 229.23º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374CAC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 76 | 172 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.33 |
| HSL | 229.23º | 0.52% | 0.45% | - |
| HSV(B) | 229.23º | 0.68% | 0.67% | - |
| XYZ | 11.61 | 8.96 | 40.15 | - |
| YUV | 80.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 172 | 0.68 | 0.56 | 0 | 0.33 | 229.23 | 0.52 | 0.45 |
| Hex | 37 | 4C | AC | 44 | 38 | 0 | 21 | E5 | 34 | 2D |
| Octal | 67 | 114 | 254 | 104 | 70 | 0 | 41 | 345 | 64 | 55 |
| Binary | 110111 | 1001100 | 10101100 | 1000100 | 111000 | 0 | 100001 | 11100101 | 110100 | 101101 |
Color Harmonies of #374CAC
Complementary color
Monochromatic Colors of #374CAC
Black with #374CAC
Text Example
Text Example
White with #374CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CAC; }
p { color: rgb(55,76,172); }
H1.HeaderClassName
{
color: #374CAC;
}
.AnyTagClassName
{
color: #374CAC;
}
</style>
background-color css
<style>
a { background-color: #374CAC; }
a { background-color: rgb(55,76,172); }
div.DivClassName
{
background-color: #374CAC;
}
.BgClassName
{
background-color: #374CAC;
}
</style>
border-color css
<style>
span { border-color: #374CAC; }
span { border-color: rgb(55,76,172); }
td.TdClassName
{
border-color: #374CAC;
}
.TagClassName
{
border-color: #374CAC;
}
</style>