Shades of Cerulean Blue #375BB8
Tints of Cerulean Blue #375BB8
RGB
CMYK
RGB Variations
Color information
#375BB8 (or 0x375BB8) is known color: Cerulean Blue. HEX triplet: 37, 5B and B8. RGB value is (55,91,184). Sum of RGB (Red+Green+Blue) = 55+91+184=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #375BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BB8 is #C8A447. Grayscale: #5A5A5A. Windows color (decimal): -13149256 or 12081975. OLE color: 12081975.
HSL color Cylindrical-coordinate representation of color #375BB8: hue angle of 223.26º 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 #375BB8 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 91 | 184 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.28 |
| HSL | 223.26º | 0.54% | 0.47% | - |
| HSV(B) | 223.26º | 0.7% | 0.72% | - |
| XYZ | 13.97 | 11.76 | 46.88 | - |
| YUV | 90.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 184 | 0.70 | 0.51 | 0 | 0.28 | 223.26 | 0.54 | 0.47 |
| Hex | 37 | 5B | B8 | 46 | 33 | 0 | 1C | DF | 36 | 2F |
| Octal | 67 | 133 | 270 | 106 | 63 | 0 | 34 | 337 | 66 | 57 |
| Binary | 110111 | 1011011 | 10111000 | 1000110 | 110011 | 0 | 11100 | 11011111 | 110110 | 101111 |
Color Harmonies of #375BB8
Complementary color
Monochromatic Colors of #375BB8
Black with #375BB8
Text Example
Text Example
White with #375BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BB8; }
p { color: rgb(55,91,184); }
H1.HeaderClassName
{
color: #375BB8;
}
.AnyTagClassName
{
color: #375BB8;
}
</style>
background-color css
<style>
a { background-color: #375BB8; }
a { background-color: rgb(55,91,184); }
div.DivClassName
{
background-color: #375BB8;
}
.BgClassName
{
background-color: #375BB8;
}
</style>
border-color css
<style>
span { border-color: #375BB8; }
span { border-color: rgb(55,91,184); }
td.TdClassName
{
border-color: #375BB8;
}
.TagClassName
{
border-color: #375BB8;
}
</style>