Shades of Cerulean Blue #3256AB
Tints of Cerulean Blue #3256AB
RGB
CMYK
RGB Variations
Color information
#3256AB (or 0x3256AB) is known color: Cerulean Blue. HEX triplet: 32, 56 and AB. RGB value is (50,86,171). Sum of RGB (Red+Green+Blue) = 50+86+171=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #3256AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3256AB is #CDA954. Grayscale: #545454. Windows color (decimal): -13478229 or 11228722. OLE color: 11228722.
HSL color Cylindrical-coordinate representation of color #3256AB: hue angle of 222.15º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3256AB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 86 | 171 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.33 |
| HSL | 222.15º | 0.55% | 0.43% | - |
| HSV(B) | 222.15º | 0.71% | 0.67% | - |
| XYZ | 11.99 | 10.27 | 39.88 | - |
| YUV | 84.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 171 | 0.71 | 0.50 | 0 | 0.33 | 222.15 | 0.55 | 0.43 |
| Hex | 32 | 56 | AB | 47 | 32 | 0 | 21 | DE | 37 | 2B |
| Octal | 62 | 126 | 253 | 107 | 62 | 0 | 41 | 336 | 67 | 53 |
| Binary | 110010 | 1010110 | 10101011 | 1000111 | 110010 | 0 | 100001 | 11011110 | 110111 | 101011 |
Color Harmonies of #3256AB
Complementary color
Monochromatic Colors of #3256AB
Black with #3256AB
Text Example
Text Example
White with #3256AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256AB; }
p { color: rgb(50,86,171); }
H1.HeaderClassName
{
color: #3256AB;
}
.AnyTagClassName
{
color: #3256AB;
}
</style>
background-color css
<style>
a { background-color: #3256AB; }
a { background-color: rgb(50,86,171); }
div.DivClassName
{
background-color: #3256AB;
}
.BgClassName
{
background-color: #3256AB;
}
</style>
border-color css
<style>
span { border-color: #3256AB; }
span { border-color: rgb(50,86,171); }
td.TdClassName
{
border-color: #3256AB;
}
.TagClassName
{
border-color: #3256AB;
}
</style>