Shades of Cerulean Blue #375AB8
Tints of Cerulean Blue #375AB8
RGB
CMYK
RGB Variations
Color information
#375AB8 (or 0x375AB8) is known color: Cerulean Blue. HEX triplet: 37, 5A and B8. RGB value is (55,90,184). Sum of RGB (Red+Green+Blue) = 55+90+184=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #375AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AB8 is #C8A547. Grayscale: #595959. Windows color (decimal): -13149512 or 12081719. OLE color: 12081719.
HSL color Cylindrical-coordinate representation of color #375AB8: hue angle of 223.72º 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 #375AB8 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 90 | 184 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.28 |
| HSL | 223.72º | 0.54% | 0.47% | - |
| HSV(B) | 223.72º | 0.7% | 0.72% | - |
| XYZ | 13.88 | 11.59 | 46.85 | - |
| YUV | 90.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 184 | 0.70 | 0.51 | 0 | 0.28 | 223.72 | 0.54 | 0.47 |
| Hex | 37 | 5A | B8 | 46 | 33 | 0 | 1C | E0 | 36 | 2F |
| Octal | 67 | 132 | 270 | 106 | 63 | 0 | 34 | 340 | 66 | 57 |
| Binary | 110111 | 1011010 | 10111000 | 1000110 | 110011 | 0 | 11100 | 11100000 | 110110 | 101111 |
Color Harmonies of #375AB8
Complementary color
Monochromatic Colors of #375AB8
Black with #375AB8
Text Example
Text Example
White with #375AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AB8; }
p { color: rgb(55,90,184); }
H1.HeaderClassName
{
color: #375AB8;
}
.AnyTagClassName
{
color: #375AB8;
}
</style>
background-color css
<style>
a { background-color: #375AB8; }
a { background-color: rgb(55,90,184); }
div.DivClassName
{
background-color: #375AB8;
}
.BgClassName
{
background-color: #375AB8;
}
</style>
border-color css
<style>
span { border-color: #375AB8; }
span { border-color: rgb(55,90,184); }
td.TdClassName
{
border-color: #375AB8;
}
.TagClassName
{
border-color: #375AB8;
}
</style>