Shades of Cerulean Blue #3256BF
Tints of Cerulean Blue #3256BF
RGB
CMYK
RGB Variations
Color information
#3256BF (or 0x3256BF) is known color: Cerulean Blue. HEX triplet: 32, 56 and BF. RGB value is (50,86,191). Sum of RGB (Red+Green+Blue) = 50+86+191=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #3256BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256BF is #CDA940. Grayscale: #565656. Windows color (decimal): -13478209 or 12539442. OLE color: 12539442.
HSL color Cylindrical-coordinate representation of color #3256BF: hue angle of 224.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3256BF is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 86 | 191 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.25 |
| HSL | 224.68º | 0.59% | 0.47% | - |
| HSV(B) | 224.68º | 0.74% | 0.75% | - |
| XYZ | 14.05 | 11.1 | 50.69 | - |
| YUV | 87.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 191 | 0.74 | 0.55 | 0 | 0.25 | 224.68 | 0.59 | 0.47 |
| Hex | 32 | 56 | BF | 4A | 37 | 0 | 19 | E1 | 3B | 2F |
| Octal | 62 | 126 | 277 | 112 | 67 | 0 | 31 | 341 | 73 | 57 |
| Binary | 110010 | 1010110 | 10111111 | 1001010 | 110111 | 0 | 11001 | 11100001 | 111011 | 101111 |
Color Harmonies of #3256BF
Complementary color
Monochromatic Colors of #3256BF
Black with #3256BF
Text Example
Text Example
White with #3256BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256BF; }
p { color: rgb(50,86,191); }
H1.HeaderClassName
{
color: #3256BF;
}
.AnyTagClassName
{
color: #3256BF;
}
</style>
background-color css
<style>
a { background-color: #3256BF; }
a { background-color: rgb(50,86,191); }
div.DivClassName
{
background-color: #3256BF;
}
.BgClassName
{
background-color: #3256BF;
}
</style>
border-color css
<style>
span { border-color: #3256BF; }
span { border-color: rgb(50,86,191); }
td.TdClassName
{
border-color: #3256BF;
}
.TagClassName
{
border-color: #3256BF;
}
</style>