Shades of Cerulean Blue #3256B6
Tints of Cerulean Blue #3256B6
RGB
CMYK
RGB Variations
Color information
#3256B6 (or 0x3256B6) is known color: Cerulean Blue. HEX triplet: 32, 56 and B6. RGB value is (50,86,182). Sum of RGB (Red+Green+Blue) = 50+86+182=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #3256B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256B6 is #CDA949. Grayscale: #555555. Windows color (decimal): -13478218 or 11949618. OLE color: 11949618.
HSL color Cylindrical-coordinate representation of color #3256B6: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3256B6 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 86 | 182 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.29 |
| HSL | 223.64º | 0.57% | 0.45% | - |
| HSV(B) | 223.64º | 0.73% | 0.71% | - |
| XYZ | 13.09 | 10.71 | 45.63 | - |
| YUV | 86.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 182 | 0.73 | 0.53 | 0 | 0.29 | 223.64 | 0.57 | 0.45 |
| Hex | 32 | 56 | B6 | 49 | 35 | 0 | 1D | E0 | 39 | 2D |
| Octal | 62 | 126 | 266 | 111 | 65 | 0 | 35 | 340 | 71 | 55 |
| Binary | 110010 | 1010110 | 10110110 | 1001001 | 110101 | 0 | 11101 | 11100000 | 111001 | 101101 |
Color Harmonies of #3256B6
Complementary color
Monochromatic Colors of #3256B6
Black with #3256B6
Text Example
Text Example
White with #3256B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256B6; }
p { color: rgb(50,86,182); }
H1.HeaderClassName
{
color: #3256B6;
}
.AnyTagClassName
{
color: #3256B6;
}
</style>
background-color css
<style>
a { background-color: #3256B6; }
a { background-color: rgb(50,86,182); }
div.DivClassName
{
background-color: #3256B6;
}
.BgClassName
{
background-color: #3256B6;
}
</style>
border-color css
<style>
span { border-color: #3256B6; }
span { border-color: rgb(50,86,182); }
td.TdClassName
{
border-color: #3256B6;
}
.TagClassName
{
border-color: #3256B6;
}
</style>