Shades of Cerulean Blue #3267BA
Tints of Cerulean Blue #3267BA
RGB
CMYK
RGB Variations
Color information
#3267BA (or 0x3267BA) is known color: Cerulean Blue. HEX triplet: 32, 67 and BA. RGB value is (50,103,186). Sum of RGB (Red+Green+Blue) = 50+103+186=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #3267BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267BA is #CD9845. Grayscale: #606060. Windows color (decimal): -13473862 or 12216114. OLE color: 12216114.
HSL color Cylindrical-coordinate representation of color #3267BA: hue angle of 216.62º 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 #3267BA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 103 | 186 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.27 |
| HSL | 216.62º | 0.58% | 0.46% | - |
| HSV(B) | 216.62º | 0.73% | 0.73% | - |
| XYZ | 15.03 | 13.92 | 48.35 | - |
| YUV | 96.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 186 | 0.73 | 0.45 | 0 | 0.27 | 216.62 | 0.58 | 0.46 |
| Hex | 32 | 67 | BA | 49 | 2D | 0 | 1B | D9 | 3A | 2E |
| Octal | 62 | 147 | 272 | 111 | 55 | 0 | 33 | 331 | 72 | 56 |
| Binary | 110010 | 1100111 | 10111010 | 1001001 | 101101 | 0 | 11011 | 11011001 | 111010 | 101110 |
Color Harmonies of #3267BA
Complementary color
Monochromatic Colors of #3267BA
Black with #3267BA
Text Example
Text Example
White with #3267BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3267BA; }
p { color: rgb(50,103,186); }
H1.HeaderClassName
{
color: #3267BA;
}
.AnyTagClassName
{
color: #3267BA;
}
</style>
background-color css
<style>
a { background-color: #3267BA; }
a { background-color: rgb(50,103,186); }
div.DivClassName
{
background-color: #3267BA;
}
.BgClassName
{
background-color: #3267BA;
}
</style>
border-color css
<style>
span { border-color: #3267BA; }
span { border-color: rgb(50,103,186); }
td.TdClassName
{
border-color: #3267BA;
}
.TagClassName
{
border-color: #3267BA;
}
</style>