Shades of Cerulean Blue #3255BD
Tints of Cerulean Blue #3255BD
RGB
CMYK
RGB Variations
Color information
#3255BD (or 0x3255BD) is known color: Cerulean Blue. HEX triplet: 32, 55 and BD. RGB value is (50,85,189). Sum of RGB (Red+Green+Blue) = 50+85+189=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #3255BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BD is #CDAA42. Grayscale: #555555. Windows color (decimal): -13478467 or 12408114. OLE color: 12408114.
HSL color Cylindrical-coordinate representation of color #3255BD: hue angle of 224.89º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3255BD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 85 | 189 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.26 |
| HSL | 224.89º | 0.58% | 0.47% | - |
| HSV(B) | 224.89º | 0.74% | 0.74% | - |
| XYZ | 13.75 | 10.85 | 49.51 | - |
| YUV | 86.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 189 | 0.74 | 0.55 | 0 | 0.26 | 224.89 | 0.58 | 0.47 |
| Hex | 32 | 55 | BD | 4A | 37 | 0 | 1A | E1 | 3A | 2F |
| Octal | 62 | 125 | 275 | 112 | 67 | 0 | 32 | 341 | 72 | 57 |
| Binary | 110010 | 1010101 | 10111101 | 1001010 | 110111 | 0 | 11010 | 11100001 | 111010 | 101111 |
Color Harmonies of #3255BD
Complementary color
Monochromatic Colors of #3255BD
Black with #3255BD
Text Example
Text Example
White with #3255BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255BD; }
p { color: rgb(50,85,189); }
H1.HeaderClassName
{
color: #3255BD;
}
.AnyTagClassName
{
color: #3255BD;
}
</style>
background-color css
<style>
a { background-color: #3255BD; }
a { background-color: rgb(50,85,189); }
div.DivClassName
{
background-color: #3255BD;
}
.BgClassName
{
background-color: #3255BD;
}
</style>
border-color css
<style>
span { border-color: #3255BD; }
span { border-color: rgb(50,85,189); }
td.TdClassName
{
border-color: #3255BD;
}
.TagClassName
{
border-color: #3255BD;
}
</style>