Shades of Cerulean Blue #3255BF
Tints of Cerulean Blue #3255BF
RGB
CMYK
RGB Variations
Color information
#3255BF (or 0x3255BF) is known color: Cerulean Blue. HEX triplet: 32, 55 and BF. RGB value is (50,85,191). Sum of RGB (Red+Green+Blue) = 50+85+191=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #3255BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BF is #CDAA40. Grayscale: #565656. Windows color (decimal): -13478465 or 12539186. OLE color: 12539186.
HSL color Cylindrical-coordinate representation of color #3255BF: hue angle of 225.11º 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 #3255BF is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 85 | 191 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.25 |
| HSL | 225.11º | 0.59% | 0.47% | - |
| HSV(B) | 225.11º | 0.74% | 0.75% | - |
| XYZ | 13.97 | 10.94 | 50.67 | - |
| YUV | 86.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 191 | 0.74 | 0.55 | 0 | 0.25 | 225.11 | 0.59 | 0.47 |
| Hex | 32 | 55 | BF | 4A | 37 | 0 | 19 | E1 | 3B | 2F |
| Octal | 62 | 125 | 277 | 112 | 67 | 0 | 31 | 341 | 73 | 57 |
| Binary | 110010 | 1010101 | 10111111 | 1001010 | 110111 | 0 | 11001 | 11100001 | 111011 | 101111 |
Color Harmonies of #3255BF
Complementary color
Monochromatic Colors of #3255BF
Black with #3255BF
Text Example
Text Example
White with #3255BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255BF; }
p { color: rgb(50,85,191); }
H1.HeaderClassName
{
color: #3255BF;
}
.AnyTagClassName
{
color: #3255BF;
}
</style>
background-color css
<style>
a { background-color: #3255BF; }
a { background-color: rgb(50,85,191); }
div.DivClassName
{
background-color: #3255BF;
}
.BgClassName
{
background-color: #3255BF;
}
</style>
border-color css
<style>
span { border-color: #3255BF; }
span { border-color: rgb(50,85,191); }
td.TdClassName
{
border-color: #3255BF;
}
.TagClassName
{
border-color: #3255BF;
}
</style>