Shades of Cerulean Blue #3255BA
Tints of Cerulean Blue #3255BA
RGB
CMYK
RGB Variations
Color information
#3255BA (or 0x3255BA) is known color: Cerulean Blue. HEX triplet: 32, 55 and BA. RGB value is (50,85,186). Sum of RGB (Red+Green+Blue) = 50+85+186=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #3255BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BA is #CDAA45. Grayscale: #555555. Windows color (decimal): -13478470 or 12211506. OLE color: 12211506.
HSL color Cylindrical-coordinate representation of color #3255BA: hue angle of 224.56º 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 #3255BA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 85 | 186 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.27 |
| HSL | 224.56º | 0.58% | 0.46% | - |
| HSV(B) | 224.56º | 0.73% | 0.73% | - |
| XYZ | 13.43 | 10.72 | 47.82 | - |
| YUV | 86.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 186 | 0.73 | 0.54 | 0 | 0.27 | 224.56 | 0.58 | 0.46 |
| Hex | 32 | 55 | BA | 49 | 36 | 0 | 1B | E1 | 3A | 2E |
| Octal | 62 | 125 | 272 | 111 | 66 | 0 | 33 | 341 | 72 | 56 |
| Binary | 110010 | 1010101 | 10111010 | 1001001 | 110110 | 0 | 11011 | 11100001 | 111010 | 101110 |
Color Harmonies of #3255BA
Complementary color
Monochromatic Colors of #3255BA
Black with #3255BA
Text Example
Text Example
White with #3255BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255BA; }
p { color: rgb(50,85,186); }
H1.HeaderClassName
{
color: #3255BA;
}
.AnyTagClassName
{
color: #3255BA;
}
</style>
background-color css
<style>
a { background-color: #3255BA; }
a { background-color: rgb(50,85,186); }
div.DivClassName
{
background-color: #3255BA;
}
.BgClassName
{
background-color: #3255BA;
}
</style>
border-color css
<style>
span { border-color: #3255BA; }
span { border-color: rgb(50,85,186); }
td.TdClassName
{
border-color: #3255BA;
}
.TagClassName
{
border-color: #3255BA;
}
</style>