Shades of Cerulean Blue #3256AC
Tints of Cerulean Blue #3256AC
RGB
CMYK
RGB Variations
Color information
#3256AC (or 0x3256AC) is known color: Cerulean Blue. HEX triplet: 32, 56 and AC. RGB value is (50,86,172). Sum of RGB (Red+Green+Blue) = 50+86+172=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3256AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3256AC is #CDA953. Grayscale: #545454. Windows color (decimal): -13478228 or 11294258. OLE color: 11294258.
HSL color Cylindrical-coordinate representation of color #3256AC: hue angle of 222.3º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3256AC is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 86 | 172 | - |
| CMYK | 0.71 | 0.5 | 0 | 0.33 |
| HSL | 222.3º | 0.55% | 0.44% | - |
| HSV(B) | 222.3º | 0.71% | 0.67% | - |
| XYZ | 12.09 | 10.31 | 40.38 | - |
| YUV | 85.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 172 | 0.71 | 0.5 | 0 | 0.33 | 222.3 | 0.55 | 0.44 |
| Hex | 32 | 56 | AC | 47 | 32 | 0 | 21 | DE | 37 | 2C |
| Octal | 62 | 126 | 254 | 107 | 62 | 0 | 41 | 336 | 67 | 54 |
| Binary | 110010 | 1010110 | 10101100 | 1000111 | 110010 | 0 | 100001 | 11011110 | 110111 | 101100 |
Color Harmonies of #3256AC
Complementary color
Monochromatic Colors of #3256AC
Black with #3256AC
Text Example
Text Example
White with #3256AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256AC; }
p { color: rgb(50,86,172); }
H1.HeaderClassName
{
color: #3256AC;
}
.AnyTagClassName
{
color: #3256AC;
}
</style>
background-color css
<style>
a { background-color: #3256AC; }
a { background-color: rgb(50,86,172); }
div.DivClassName
{
background-color: #3256AC;
}
.BgClassName
{
background-color: #3256AC;
}
</style>
border-color css
<style>
span { border-color: #3256AC; }
span { border-color: rgb(50,86,172); }
td.TdClassName
{
border-color: #3256AC;
}
.TagClassName
{
border-color: #3256AC;
}
</style>