Shades of Cerulean Blue #3750A8
Tints of Cerulean Blue #3750A8
RGB
CMYK
RGB Variations
Color information
#3750A8 (or 0x3750A8) is known color: Cerulean Blue. HEX triplet: 37, 50 and A8. RGB value is (55,80,168). Sum of RGB (Red+Green+Blue) = 55+80+168=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #3750A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3750A8 is #C8AF57. Grayscale: #525252. Windows color (decimal): -13152088 or 11030583. OLE color: 11030583.
HSL color Cylindrical-coordinate representation of color #3750A8: hue angle of 226.73º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3750A8 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 80 | 168 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.34 |
| HSL | 226.73º | 0.51% | 0.44% | - |
| HSV(B) | 226.73º | 0.67% | 0.66% | - |
| XYZ | 11.51 | 9.38 | 38.25 | - |
| YUV | 82.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 168 | 0.67 | 0.52 | 0 | 0.34 | 226.73 | 0.51 | 0.44 |
| Hex | 37 | 50 | A8 | 43 | 34 | 0 | 22 | E3 | 33 | 2C |
| Octal | 67 | 120 | 250 | 103 | 64 | 0 | 42 | 343 | 63 | 54 |
| Binary | 110111 | 1010000 | 10101000 | 1000011 | 110100 | 0 | 100010 | 11100011 | 110011 | 101100 |
Color Harmonies of #3750A8
Complementary color
Monochromatic Colors of #3750A8
Black with #3750A8
Text Example
Text Example
White with #3750A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3750A8; }
p { color: rgb(55,80,168); }
H1.HeaderClassName
{
color: #3750A8;
}
.AnyTagClassName
{
color: #3750A8;
}
</style>
background-color css
<style>
a { background-color: #3750A8; }
a { background-color: rgb(55,80,168); }
div.DivClassName
{
background-color: #3750A8;
}
.BgClassName
{
background-color: #3750A8;
}
</style>
border-color css
<style>
span { border-color: #3750A8; }
span { border-color: rgb(55,80,168); }
td.TdClassName
{
border-color: #3750A8;
}
.TagClassName
{
border-color: #3750A8;
}
</style>