Shades of Cerulean Blue #375DB7
Tints of Cerulean Blue #375DB7
RGB
CMYK
RGB Variations
Color information
#375DB7 (or 0x375DB7) is known color: Cerulean Blue. HEX triplet: 37, 5D and B7. RGB value is (55,93,183). Sum of RGB (Red+Green+Blue) = 55+93+183=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #375DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DB7 is #C8A248. Grayscale: #5B5B5B. Windows color (decimal): -13148745 or 12016951. OLE color: 12016951.
HSL color Cylindrical-coordinate representation of color #375DB7: hue angle of 222.19º 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 #375DB7 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 93 | 183 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.28 |
| HSL | 222.19º | 0.54% | 0.47% | - |
| HSV(B) | 222.19º | 0.7% | 0.72% | - |
| XYZ | 14.04 | 12.06 | 46.39 | - |
| YUV | 91.9 | 179.41 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 183 | 0.70 | 0.49 | 0 | 0.28 | 222.19 | 0.54 | 0.47 |
| Hex | 37 | 5D | B7 | 46 | 31 | 0 | 1C | DE | 36 | 2F |
| Octal | 67 | 135 | 267 | 106 | 61 | 0 | 34 | 336 | 66 | 57 |
| Binary | 110111 | 1011101 | 10110111 | 1000110 | 110001 | 0 | 11100 | 11011110 | 110110 | 101111 |
Color Harmonies of #375DB7
Complementary color
Monochromatic Colors of #375DB7
Black with #375DB7
Text Example
Text Example
White with #375DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DB7; }
p { color: rgb(55,93,183); }
H1.HeaderClassName
{
color: #375DB7;
}
.AnyTagClassName
{
color: #375DB7;
}
</style>
background-color css
<style>
a { background-color: #375DB7; }
a { background-color: rgb(55,93,183); }
div.DivClassName
{
background-color: #375DB7;
}
.BgClassName
{
background-color: #375DB7;
}
</style>
border-color css
<style>
span { border-color: #375DB7; }
span { border-color: rgb(55,93,183); }
td.TdClassName
{
border-color: #375DB7;
}
.TagClassName
{
border-color: #375DB7;
}
</style>