Shades of Cerulean Blue #326CBC
Tints of Cerulean Blue #326CBC
RGB
CMYK
RGB Variations
Color information
#326CBC (or 0x326CBC) is known color: Cerulean Blue. HEX triplet: 32, 6C and BC. RGB value is (50,108,188). Sum of RGB (Red+Green+Blue) = 50+108+188=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #326CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CBC is #CD9343. Grayscale: #636363. Windows color (decimal): -13472580 or 12348466. OLE color: 12348466.
HSL color Cylindrical-coordinate representation of color #326CBC: hue angle of 214.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326CBC is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 108 | 188 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.26 |
| HSL | 214.78º | 0.58% | 0.47% | - |
| HSV(B) | 214.78º | 0.73% | 0.74% | - |
| XYZ | 15.76 | 15.03 | 49.65 | - |
| YUV | 99.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 188 | 0.73 | 0.43 | 0 | 0.26 | 214.78 | 0.58 | 0.47 |
| Hex | 32 | 6C | BC | 49 | 2B | 0 | 1A | D7 | 3A | 2F |
| Octal | 62 | 154 | 274 | 111 | 53 | 0 | 32 | 327 | 72 | 57 |
| Binary | 110010 | 1101100 | 10111100 | 1001001 | 101011 | 0 | 11010 | 11010111 | 111010 | 101111 |
Color Harmonies of #326CBC
Complementary color
Monochromatic Colors of #326CBC
Black with #326CBC
Text Example
Text Example
White with #326CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CBC; }
p { color: rgb(50,108,188); }
H1.HeaderClassName
{
color: #326CBC;
}
.AnyTagClassName
{
color: #326CBC;
}
</style>
background-color css
<style>
a { background-color: #326CBC; }
a { background-color: rgb(50,108,188); }
div.DivClassName
{
background-color: #326CBC;
}
.BgClassName
{
background-color: #326CBC;
}
</style>
border-color css
<style>
span { border-color: #326CBC; }
span { border-color: rgb(50,108,188); }
td.TdClassName
{
border-color: #326CBC;
}
.TagClassName
{
border-color: #326CBC;
}
</style>