Shades of Cerulean Blue #375BB7
Tints of Cerulean Blue #375BB7
RGB
CMYK
RGB Variations
Color information
#375BB7 (or 0x375BB7) is known color: Cerulean Blue. HEX triplet: 37, 5B and B7. RGB value is (55,91,183). Sum of RGB (Red+Green+Blue) = 55+91+183=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #375BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BB7 is #C8A448. Grayscale: #5A5A5A. Windows color (decimal): -13149257 or 12016439. OLE color: 12016439.
HSL color Cylindrical-coordinate representation of color #375BB7: hue angle of 223.12º 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 #375BB7 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 91 | 183 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.28 |
| HSL | 223.13º | 0.54% | 0.47% | - |
| HSV(B) | 223.13º | 0.7% | 0.72% | - |
| XYZ | 13.86 | 11.71 | 46.33 | - |
| YUV | 90.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 183 | 0.70 | 0.50 | 0 | 0.28 | 223.13 | 0.54 | 0.47 |
| Hex | 37 | 5B | B7 | 46 | 32 | 0 | 1C | DF | 36 | 2F |
| Octal | 67 | 133 | 267 | 106 | 62 | 0 | 34 | 337 | 66 | 57 |
| Binary | 110111 | 1011011 | 10110111 | 1000110 | 110010 | 0 | 11100 | 11011111 | 110110 | 101111 |
Color Harmonies of #375BB7
Complementary color
Monochromatic Colors of #375BB7
Black with #375BB7
Text Example
Text Example
White with #375BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BB7; }
p { color: rgb(55,91,183); }
H1.HeaderClassName
{
color: #375BB7;
}
.AnyTagClassName
{
color: #375BB7;
}
</style>
background-color css
<style>
a { background-color: #375BB7; }
a { background-color: rgb(55,91,183); }
div.DivClassName
{
background-color: #375BB7;
}
.BgClassName
{
background-color: #375BB7;
}
</style>
border-color css
<style>
span { border-color: #375BB7; }
span { border-color: rgb(55,91,183); }
td.TdClassName
{
border-color: #375BB7;
}
.TagClassName
{
border-color: #375BB7;
}
</style>