Shades of Cerulean Blue #3752B7
Tints of Cerulean Blue #3752B7
RGB
CMYK
RGB Variations
Color information
#3752B7 (or 0x3752B7) is known color: Cerulean Blue. HEX triplet: 37, 52 and B7. RGB value is (55,82,183). Sum of RGB (Red+Green+Blue) = 55+82+183=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 183 (71.88% from 255 or 57.19% from 320); Max value from RGB is 183 - color contains mainly: blue. Hex color #3752B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3752B7 is #C8AD48. Grayscale: #555555. Windows color (decimal): -13151561 or 12014135. OLE color: 12014135.
HSL color Cylindrical-coordinate representation of color #3752B7: hue angle of 227.34º 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 #3752B7 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 82 | 183 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.28 |
| HSL | 227.34º | 0.54% | 0.47% | - |
| HSV(B) | 227.34º | 0.7% | 0.72% | - |
| XYZ | 13.14 | 10.27 | 46.09 | - |
| YUV | 85.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 183 | 0.70 | 0.55 | 0 | 0.28 | 227.34 | 0.54 | 0.47 |
| Hex | 37 | 52 | B7 | 46 | 37 | 0 | 1C | E3 | 36 | 2F |
| Octal | 67 | 122 | 267 | 106 | 67 | 0 | 34 | 343 | 66 | 57 |
| Binary | 110111 | 1010010 | 10110111 | 1000110 | 110111 | 0 | 11100 | 11100011 | 110110 | 101111 |
Color Harmonies of #3752B7
Complementary color
Monochromatic Colors of #3752B7
Black with #3752B7
Text Example
Text Example
White with #3752B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752B7; }
p { color: rgb(55,82,183); }
H1.HeaderClassName
{
color: #3752B7;
}
.AnyTagClassName
{
color: #3752B7;
}
</style>
background-color css
<style>
a { background-color: #3752B7; }
a { background-color: rgb(55,82,183); }
div.DivClassName
{
background-color: #3752B7;
}
.BgClassName
{
background-color: #3752B7;
}
</style>
border-color css
<style>
span { border-color: #3752B7; }
span { border-color: rgb(55,82,183); }
td.TdClassName
{
border-color: #3752B7;
}
.TagClassName
{
border-color: #3752B7;
}
</style>