Shades of Cerulean Blue #3264BA
Tints of Cerulean Blue #3264BA
RGB
CMYK
RGB Variations
Color information
#3264BA (or 0x3264BA) is known color: Cerulean Blue. HEX triplet: 32, 64 and BA. RGB value is (50,100,186). Sum of RGB (Red+Green+Blue) = 50+100+186=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #3264BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264BA is #CD9B45. Grayscale: #5E5E5E. Windows color (decimal): -13474630 or 12215346. OLE color: 12215346.
HSL color Cylindrical-coordinate representation of color #3264BA: hue angle of 217.94º 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 #3264BA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 100 | 186 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.27 |
| HSL | 217.94º | 0.58% | 0.46% | - |
| HSV(B) | 217.94º | 0.73% | 0.73% | - |
| XYZ | 14.74 | 13.34 | 48.25 | - |
| YUV | 94.85 | 179.44 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 186 | 0.73 | 0.46 | 0 | 0.27 | 217.94 | 0.58 | 0.46 |
| Hex | 32 | 64 | BA | 49 | 2E | 0 | 1B | DA | 3A | 2E |
| Octal | 62 | 144 | 272 | 111 | 56 | 0 | 33 | 332 | 72 | 56 |
| Binary | 110010 | 1100100 | 10111010 | 1001001 | 101110 | 0 | 11011 | 11011010 | 111010 | 101110 |
Color Harmonies of #3264BA
Complementary color
Monochromatic Colors of #3264BA
Black with #3264BA
Text Example
Text Example
White with #3264BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3264BA; }
p { color: rgb(50,100,186); }
H1.HeaderClassName
{
color: #3264BA;
}
.AnyTagClassName
{
color: #3264BA;
}
</style>
background-color css
<style>
a { background-color: #3264BA; }
a { background-color: rgb(50,100,186); }
div.DivClassName
{
background-color: #3264BA;
}
.BgClassName
{
background-color: #3264BA;
}
</style>
border-color css
<style>
span { border-color: #3264BA; }
span { border-color: rgb(50,100,186); }
td.TdClassName
{
border-color: #3264BA;
}
.TagClassName
{
border-color: #3264BA;
}
</style>