Shades of Cerulean Blue #3268B9
Tints of Cerulean Blue #3268B9
RGB
CMYK
RGB Variations
Color information
#3268B9 (or 0x3268B9) is known color: Cerulean Blue. HEX triplet: 32, 68 and B9. RGB value is (50,104,185). Sum of RGB (Red+Green+Blue) = 50+104+185=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #3268B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268B9 is #CD9746. Grayscale: #606060. Windows color (decimal): -13473607 or 12150834. OLE color: 12150834.
HSL color Cylindrical-coordinate representation of color #3268B9: hue angle of 216º degrees, saturation: 0.57, 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 #3268B9 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 104 | 185 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.27 |
| HSL | 216º | 0.57% | 0.46% | - |
| HSV(B) | 216º | 0.73% | 0.73% | - |
| XYZ | 15.02 | 14.08 | 47.83 | - |
| YUV | 97.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 185 | 0.73 | 0.44 | 0 | 0.27 | 216 | 0.57 | 0.46 |
| Hex | 32 | 68 | B9 | 49 | 2C | 0 | 1B | D8 | 39 | 2E |
| Octal | 62 | 150 | 271 | 111 | 54 | 0 | 33 | 330 | 71 | 56 |
| Binary | 110010 | 1101000 | 10111001 | 1001001 | 101100 | 0 | 11011 | 11011000 | 111001 | 101110 |
Color Harmonies of #3268B9
Complementary color
Monochromatic Colors of #3268B9
Black with #3268B9
Text Example
Text Example
White with #3268B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3268B9; }
p { color: rgb(50,104,185); }
H1.HeaderClassName
{
color: #3268B9;
}
.AnyTagClassName
{
color: #3268B9;
}
</style>
background-color css
<style>
a { background-color: #3268B9; }
a { background-color: rgb(50,104,185); }
div.DivClassName
{
background-color: #3268B9;
}
.BgClassName
{
background-color: #3268B9;
}
</style>
border-color css
<style>
span { border-color: #3268B9; }
span { border-color: rgb(50,104,185); }
td.TdClassName
{
border-color: #3268B9;
}
.TagClassName
{
border-color: #3268B9;
}
</style>