Shades of Cerulean Blue #3266BA
Tints of Cerulean Blue #3266BA
RGB
CMYK
RGB Variations
Color information
#3266BA (or 0x3266BA) is known color: Cerulean Blue. HEX triplet: 32, 66 and BA. RGB value is (50,102,186). Sum of RGB (Red+Green+Blue) = 50+102+186=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3266BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266BA is #CD9945. Grayscale: #5F5F5F. Windows color (decimal): -13474118 or 12215858. OLE color: 12215858.
HSL color Cylindrical-coordinate representation of color #3266BA: hue angle of 217.06º 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 #3266BA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 102 | 186 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.27 |
| HSL | 217.06º | 0.58% | 0.46% | - |
| HSV(B) | 217.06º | 0.73% | 0.73% | - |
| XYZ | 14.93 | 13.73 | 48.32 | - |
| YUV | 96.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 186 | 0.73 | 0.45 | 0 | 0.27 | 217.06 | 0.58 | 0.46 |
| Hex | 32 | 66 | BA | 49 | 2D | 0 | 1B | D9 | 3A | 2E |
| Octal | 62 | 146 | 272 | 111 | 55 | 0 | 33 | 331 | 72 | 56 |
| Binary | 110010 | 1100110 | 10111010 | 1001001 | 101101 | 0 | 11011 | 11011001 | 111010 | 101110 |
Color Harmonies of #3266BA
Complementary color
Monochromatic Colors of #3266BA
Black with #3266BA
Text Example
Text Example
White with #3266BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266BA; }
p { color: rgb(50,102,186); }
H1.HeaderClassName
{
color: #3266BA;
}
.AnyTagClassName
{
color: #3266BA;
}
</style>
background-color css
<style>
a { background-color: #3266BA; }
a { background-color: rgb(50,102,186); }
div.DivClassName
{
background-color: #3266BA;
}
.BgClassName
{
background-color: #3266BA;
}
</style>
border-color css
<style>
span { border-color: #3266BA; }
span { border-color: rgb(50,102,186); }
td.TdClassName
{
border-color: #3266BA;
}
.TagClassName
{
border-color: #3266BA;
}
</style>