Shades of Cerulean Blue #326CC8
Tints of Cerulean Blue #326CC8
RGB
CMYK
RGB Variations
Color information
#326CC8 (or 0x326CC8) is known color: Cerulean Blue. HEX triplet: 32, 6C and C8. RGB value is (50,108,200). Sum of RGB (Red+Green+Blue) = 50+108+200=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #326CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CC8 is #CD9337. Grayscale: #646464. Windows color (decimal): -13472568 or 13134898. OLE color: 13134898.
HSL color Cylindrical-coordinate representation of color #326CC8: hue angle of 216.8º 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 #326CC8 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 108 | 200 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.22 |
| HSL | 216.8º | 0.6% | 0.49% | - |
| HSV(B) | 216.8º | 0.75% | 0.78% | - |
| XYZ | 17.1 | 15.57 | 56.75 | - |
| YUV | 101.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 200 | 0.75 | 0.46 | 0 | 0.22 | 216.8 | 0.6 | 0.49 |
| Hex | 32 | 6C | C8 | 4B | 2E | 0 | 16 | D9 | 3C | 31 |
| Octal | 62 | 154 | 310 | 113 | 56 | 0 | 26 | 331 | 74 | 61 |
| Binary | 110010 | 1101100 | 11001000 | 1001011 | 101110 | 0 | 10110 | 11011001 | 111100 | 110001 |
Color Harmonies of #326CC8
Complementary color
Monochromatic Colors of #326CC8
Black with #326CC8
Text Example
Text Example
White with #326CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CC8; }
p { color: rgb(50,108,200); }
H1.HeaderClassName
{
color: #326CC8;
}
.AnyTagClassName
{
color: #326CC8;
}
</style>
background-color css
<style>
a { background-color: #326CC8; }
a { background-color: rgb(50,108,200); }
div.DivClassName
{
background-color: #326CC8;
}
.BgClassName
{
background-color: #326CC8;
}
</style>
border-color css
<style>
span { border-color: #326CC8; }
span { border-color: rgb(50,108,200); }
td.TdClassName
{
border-color: #326CC8;
}
.TagClassName
{
border-color: #326CC8;
}
</style>