Shades of Cerulean Blue #375BBE
Tints of Cerulean Blue #375BBE
RGB
CMYK
RGB Variations
Color information
#375BBE (or 0x375BBE) is known color: Cerulean Blue. HEX triplet: 37, 5B and BE. RGB value is (55,91,190). Sum of RGB (Red+Green+Blue) = 55+91+190=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #375BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BBE is #C8A441. Grayscale: #5B5B5B. Windows color (decimal): -13149250 or 12475191. OLE color: 12475191.
HSL color Cylindrical-coordinate representation of color #375BBE: hue angle of 224º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375BBE is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 91 | 190 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.25 |
| HSL | 224º | 0.55% | 0.48% | - |
| HSV(B) | 224º | 0.71% | 0.75% | - |
| XYZ | 14.61 | 12.01 | 50.26 | - |
| YUV | 91.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 190 | 0.71 | 0.52 | 0 | 0.25 | 224 | 0.55 | 0.48 |
| Hex | 37 | 5B | BE | 47 | 34 | 0 | 19 | E0 | 37 | 30 |
| Octal | 67 | 133 | 276 | 107 | 64 | 0 | 31 | 340 | 67 | 60 |
| Binary | 110111 | 1011011 | 10111110 | 1000111 | 110100 | 0 | 11001 | 11100000 | 110111 | 110000 |
Color Harmonies of #375BBE
Complementary color
Monochromatic Colors of #375BBE
Black with #375BBE
Text Example
Text Example
White with #375BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BBE; }
p { color: rgb(55,91,190); }
H1.HeaderClassName
{
color: #375BBE;
}
.AnyTagClassName
{
color: #375BBE;
}
</style>
background-color css
<style>
a { background-color: #375BBE; }
a { background-color: rgb(55,91,190); }
div.DivClassName
{
background-color: #375BBE;
}
.BgClassName
{
background-color: #375BBE;
}
</style>
border-color css
<style>
span { border-color: #375BBE; }
span { border-color: rgb(55,91,190); }
td.TdClassName
{
border-color: #375BBE;
}
.TagClassName
{
border-color: #375BBE;
}
</style>