Shades of Cerulean Blue #375CBB
Tints of Cerulean Blue #375CBB
RGB
CMYK
RGB Variations
Color information
#375CBB (or 0x375CBB) is known color: Cerulean Blue. HEX triplet: 37, 5C and BB. RGB value is (55,92,187). Sum of RGB (Red+Green+Blue) = 55+92+187=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #375CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CBB is #C8A344. Grayscale: #5B5B5B. Windows color (decimal): -13148997 or 12278839. OLE color: 12278839.
HSL color Cylindrical-coordinate representation of color #375CBB: hue angle of 223.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375CBB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 92 | 187 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.27 |
| HSL | 223.18º | 0.55% | 0.47% | - |
| HSV(B) | 223.18º | 0.71% | 0.73% | - |
| XYZ | 14.37 | 12.05 | 48.58 | - |
| YUV | 91.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 187 | 0.71 | 0.51 | 0 | 0.27 | 223.18 | 0.55 | 0.47 |
| Hex | 37 | 5C | BB | 47 | 33 | 0 | 1B | DF | 37 | 2F |
| Octal | 67 | 134 | 273 | 107 | 63 | 0 | 33 | 337 | 67 | 57 |
| Binary | 110111 | 1011100 | 10111011 | 1000111 | 110011 | 0 | 11011 | 11011111 | 110111 | 101111 |
Color Harmonies of #375CBB
Complementary color
Monochromatic Colors of #375CBB
Black with #375CBB
Text Example
Text Example
White with #375CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CBB; }
p { color: rgb(55,92,187); }
H1.HeaderClassName
{
color: #375CBB;
}
.AnyTagClassName
{
color: #375CBB;
}
</style>
background-color css
<style>
a { background-color: #375CBB; }
a { background-color: rgb(55,92,187); }
div.DivClassName
{
background-color: #375CBB;
}
.BgClassName
{
background-color: #375CBB;
}
</style>
border-color css
<style>
span { border-color: #375CBB; }
span { border-color: rgb(55,92,187); }
td.TdClassName
{
border-color: #375CBB;
}
.TagClassName
{
border-color: #375CBB;
}
</style>