Shades of Cerulean Blue #375AB5
Tints of Cerulean Blue #375AB5
RGB
CMYK
RGB Variations
Color information
#375AB5 (or 0x375AB5) is known color: Cerulean Blue. HEX triplet: 37, 5A and B5. RGB value is (55,90,181). Sum of RGB (Red+Green+Blue) = 55+90+181=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #375AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AB5 is #C8A54A. Grayscale: #595959. Windows color (decimal): -13149515 or 11885111. OLE color: 11885111.
HSL color Cylindrical-coordinate representation of color #375AB5: hue angle of 223.33º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375AB5 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 90 | 181 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.29 |
| HSL | 223.33º | 0.53% | 0.46% | - |
| HSV(B) | 223.33º | 0.7% | 0.71% | - |
| XYZ | 13.57 | 11.46 | 45.21 | - |
| YUV | 89.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 181 | 0.70 | 0.50 | 0 | 0.29 | 223.33 | 0.53 | 0.46 |
| Hex | 37 | 5A | B5 | 46 | 32 | 0 | 1D | DF | 35 | 2E |
| Octal | 67 | 132 | 265 | 106 | 62 | 0 | 35 | 337 | 65 | 56 |
| Binary | 110111 | 1011010 | 10110101 | 1000110 | 110010 | 0 | 11101 | 11011111 | 110101 | 101110 |
Color Harmonies of #375AB5
Complementary color
Monochromatic Colors of #375AB5
Black with #375AB5
Text Example
Text Example
White with #375AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AB5; }
p { color: rgb(55,90,181); }
H1.HeaderClassName
{
color: #375AB5;
}
.AnyTagClassName
{
color: #375AB5;
}
</style>
background-color css
<style>
a { background-color: #375AB5; }
a { background-color: rgb(55,90,181); }
div.DivClassName
{
background-color: #375AB5;
}
.BgClassName
{
background-color: #375AB5;
}
</style>
border-color css
<style>
span { border-color: #375AB5; }
span { border-color: rgb(55,90,181); }
td.TdClassName
{
border-color: #375AB5;
}
.TagClassName
{
border-color: #375AB5;
}
</style>