Shades of Cerulean Blue #3267BB
Tints of Cerulean Blue #3267BB
RGB
CMYK
RGB Variations
Color information
#3267BB (or 0x3267BB) is known color: Cerulean Blue. HEX triplet: 32, 67 and BB. RGB value is (50,103,187). Sum of RGB (Red+Green+Blue) = 50+103+187=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #3267BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267BB is #CD9844. Grayscale: #606060. Windows color (decimal): -13473861 or 12281650. OLE color: 12281650.
HSL color Cylindrical-coordinate representation of color #3267BB: hue angle of 216.79º 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 #3267BB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 103 | 187 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.27 |
| HSL | 216.79º | 0.58% | 0.46% | - |
| HSV(B) | 216.79º | 0.73% | 0.73% | - |
| XYZ | 15.14 | 13.97 | 48.91 | - |
| YUV | 96.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 187 | 0.73 | 0.45 | 0 | 0.27 | 216.79 | 0.58 | 0.46 |
| Hex | 32 | 67 | BB | 49 | 2D | 0 | 1B | D9 | 3A | 2E |
| Octal | 62 | 147 | 273 | 111 | 55 | 0 | 33 | 331 | 72 | 56 |
| Binary | 110010 | 1100111 | 10111011 | 1001001 | 101101 | 0 | 11011 | 11011001 | 111010 | 101110 |
Color Harmonies of #3267BB
Complementary color
Monochromatic Colors of #3267BB
Black with #3267BB
Text Example
Text Example
White with #3267BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3267BB; }
p { color: rgb(50,103,187); }
H1.HeaderClassName
{
color: #3267BB;
}
.AnyTagClassName
{
color: #3267BB;
}
</style>
background-color css
<style>
a { background-color: #3267BB; }
a { background-color: rgb(50,103,187); }
div.DivClassName
{
background-color: #3267BB;
}
.BgClassName
{
background-color: #3267BB;
}
</style>
border-color css
<style>
span { border-color: #3267BB; }
span { border-color: rgb(50,103,187); }
td.TdClassName
{
border-color: #3267BB;
}
.TagClassName
{
border-color: #3267BB;
}
</style>