Shades of Cerulean Blue #326EC6
Tints of Cerulean Blue #326EC6
RGB
CMYK
RGB Variations
Color information
#326EC6 (or 0x326EC6) is known color: Cerulean Blue. HEX triplet: 32, 6E and C6. RGB value is (50,110,198). Sum of RGB (Red+Green+Blue) = 50+110+198=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #326EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EC6 is #CD9139. Grayscale: #656565. Windows color (decimal): -13472058 or 13004338. OLE color: 13004338.
HSL color Cylindrical-coordinate representation of color #326EC6: hue angle of 215.68º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326EC6 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 110 | 198 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.22 |
| HSL | 215.68º | 0.6% | 0.49% | - |
| HSV(B) | 215.68º | 0.75% | 0.78% | - |
| XYZ | 17.08 | 15.91 | 55.6 | - |
| YUV | 102.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 198 | 0.75 | 0.44 | 0 | 0.22 | 215.68 | 0.6 | 0.49 |
| Hex | 32 | 6E | C6 | 4B | 2C | 0 | 16 | D8 | 3C | 31 |
| Octal | 62 | 156 | 306 | 113 | 54 | 0 | 26 | 330 | 74 | 61 |
| Binary | 110010 | 1101110 | 11000110 | 1001011 | 101100 | 0 | 10110 | 11011000 | 111100 | 110001 |
Color Harmonies of #326EC6
Complementary color
Monochromatic Colors of #326EC6
Black with #326EC6
Text Example
Text Example
White with #326EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EC6; }
p { color: rgb(50,110,198); }
H1.HeaderClassName
{
color: #326EC6;
}
.AnyTagClassName
{
color: #326EC6;
}
</style>
background-color css
<style>
a { background-color: #326EC6; }
a { background-color: rgb(50,110,198); }
div.DivClassName
{
background-color: #326EC6;
}
.BgClassName
{
background-color: #326EC6;
}
</style>
border-color css
<style>
span { border-color: #326EC6; }
span { border-color: rgb(50,110,198); }
td.TdClassName
{
border-color: #326EC6;
}
.TagClassName
{
border-color: #326EC6;
}
</style>