Shades of Cerulean Blue #3261BA
Tints of Cerulean Blue #3261BA
RGB
CMYK
RGB Variations
Color information
#3261BA (or 0x3261BA) is known color: Cerulean Blue. HEX triplet: 32, 61 and BA. RGB value is (50,97,186). Sum of RGB (Red+Green+Blue) = 50+97+186=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #3261BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261BA is #CD9E45. Grayscale: #5C5C5C. Windows color (decimal): -13475398 or 12214578. OLE color: 12214578.
HSL color Cylindrical-coordinate representation of color #3261BA: hue angle of 219.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3261BA is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 97 | 186 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.27 |
| HSL | 219.26º | 0.58% | 0.46% | - |
| HSV(B) | 219.26º | 0.73% | 0.73% | - |
| XYZ | 14.45 | 12.77 | 48.16 | - |
| YUV | 93.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 186 | 0.73 | 0.48 | 0 | 0.27 | 219.26 | 0.58 | 0.46 |
| Hex | 32 | 61 | BA | 49 | 30 | 0 | 1B | DB | 3A | 2E |
| Octal | 62 | 141 | 272 | 111 | 60 | 0 | 33 | 333 | 72 | 56 |
| Binary | 110010 | 1100001 | 10111010 | 1001001 | 110000 | 0 | 11011 | 11011011 | 111010 | 101110 |
Color Harmonies of #3261BA
Complementary color
Monochromatic Colors of #3261BA
Black with #3261BA
Text Example
Text Example
White with #3261BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261BA; }
p { color: rgb(50,97,186); }
H1.HeaderClassName
{
color: #3261BA;
}
.AnyTagClassName
{
color: #3261BA;
}
</style>
background-color css
<style>
a { background-color: #3261BA; }
a { background-color: rgb(50,97,186); }
div.DivClassName
{
background-color: #3261BA;
}
.BgClassName
{
background-color: #3261BA;
}
</style>
border-color css
<style>
span { border-color: #3261BA; }
span { border-color: rgb(50,97,186); }
td.TdClassName
{
border-color: #3261BA;
}
.TagClassName
{
border-color: #3261BA;
}
</style>