Shades of Cerulean Blue #3764B9
Tints of Cerulean Blue #3764B9
RGB
CMYK
RGB Variations
Color information
#3764B9 (or 0x3764B9) is known color: Cerulean Blue. HEX triplet: 37, 64 and B9. RGB value is (55,100,185). Sum of RGB (Red+Green+Blue) = 55+100+185=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #3764B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764B9 is #C89B46. Grayscale: #5F5F5F. Windows color (decimal): -13146951 or 12149815. OLE color: 12149815.
HSL color Cylindrical-coordinate representation of color #3764B9: hue angle of 219.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3764B9 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 100 | 185 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.27 |
| HSL | 219.23º | 0.54% | 0.47% | - |
| HSV(B) | 219.23º | 0.7% | 0.73% | - |
| XYZ | 14.89 | 13.43 | 47.71 | - |
| YUV | 96.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 185 | 0.70 | 0.46 | 0 | 0.27 | 219.23 | 0.54 | 0.47 |
| Hex | 37 | 64 | B9 | 46 | 2E | 0 | 1B | DB | 36 | 2F |
| Octal | 67 | 144 | 271 | 106 | 56 | 0 | 33 | 333 | 66 | 57 |
| Binary | 110111 | 1100100 | 10111001 | 1000110 | 101110 | 0 | 11011 | 11011011 | 110110 | 101111 |
Color Harmonies of #3764B9
Complementary color
Monochromatic Colors of #3764B9
Black with #3764B9
Text Example
Text Example
White with #3764B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764B9; }
p { color: rgb(55,100,185); }
H1.HeaderClassName
{
color: #3764B9;
}
.AnyTagClassName
{
color: #3764B9;
}
</style>
background-color css
<style>
a { background-color: #3764B9; }
a { background-color: rgb(55,100,185); }
div.DivClassName
{
background-color: #3764B9;
}
.BgClassName
{
background-color: #3764B9;
}
</style>
border-color css
<style>
span { border-color: #3764B9; }
span { border-color: rgb(55,100,185); }
td.TdClassName
{
border-color: #3764B9;
}
.TagClassName
{
border-color: #3764B9;
}
</style>