Shades of Cerulean Blue #3255BB
Tints of Cerulean Blue #3255BB
RGB
CMYK
RGB Variations
Color information
#3255BB (or 0x3255BB) is known color: Cerulean Blue. HEX triplet: 32, 55 and BB. RGB value is (50,85,187). Sum of RGB (Red+Green+Blue) = 50+85+187=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #3255BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BB is #CDAA44. Grayscale: #555555. Windows color (decimal): -13478469 or 12277042. OLE color: 12277042.
HSL color Cylindrical-coordinate representation of color #3255BB: hue angle of 224.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3255BB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 85 | 187 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.27 |
| HSL | 224.67º | 0.58% | 0.46% | - |
| HSV(B) | 224.67º | 0.73% | 0.73% | - |
| XYZ | 13.53 | 10.76 | 48.38 | - |
| YUV | 86.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 187 | 0.73 | 0.55 | 0 | 0.27 | 224.67 | 0.58 | 0.46 |
| Hex | 32 | 55 | BB | 49 | 37 | 0 | 1B | E1 | 3A | 2E |
| Octal | 62 | 125 | 273 | 111 | 67 | 0 | 33 | 341 | 72 | 56 |
| Binary | 110010 | 1010101 | 10111011 | 1001001 | 110111 | 0 | 11011 | 11100001 | 111010 | 101110 |
Color Harmonies of #3255BB
Complementary color
Monochromatic Colors of #3255BB
Black with #3255BB
Text Example
Text Example
White with #3255BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255BB; }
p { color: rgb(50,85,187); }
H1.HeaderClassName
{
color: #3255BB;
}
.AnyTagClassName
{
color: #3255BB;
}
</style>
background-color css
<style>
a { background-color: #3255BB; }
a { background-color: rgb(50,85,187); }
div.DivClassName
{
background-color: #3255BB;
}
.BgClassName
{
background-color: #3255BB;
}
</style>
border-color css
<style>
span { border-color: #3255BB; }
span { border-color: rgb(50,85,187); }
td.TdClassName
{
border-color: #3255BB;
}
.TagClassName
{
border-color: #3255BB;
}
</style>