Shades of Cerulean Blue #2259BA
Tints of Cerulean Blue #2259BA
RGB
CMYK
RGB Variations
Color information
#2259BA (or 0x2259BA) is known color: Cerulean Blue. HEX triplet: 22, 59 and BA. RGB value is (34,89,186). Sum of RGB (Red+Green+Blue) = 34+89+186=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #2259BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2259BA is #DDA645. Grayscale: #535353. Windows color (decimal): -14526022 or 12212514. OLE color: 12212514.
HSL color Cylindrical-coordinate representation of color #2259BA: hue angle of 218.29º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2259BA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 89 | 186 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.27 |
| HSL | 218.29º | 0.69% | 0.43% | - |
| HSV(B) | 218.29º | 0.82% | 0.73% | - |
| XYZ | 13.09 | 11.03 | 47.89 | - |
| YUV | 83.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 186 | 0.82 | 0.52 | 0 | 0.27 | 218.29 | 0.69 | 0.43 |
| Hex | 22 | 59 | BA | 52 | 34 | 0 | 1B | DA | 45 | 2B |
| Octal | 42 | 131 | 272 | 122 | 64 | 0 | 33 | 332 | 105 | 53 |
| Binary | 100010 | 1011001 | 10111010 | 1010010 | 110100 | 0 | 11011 | 11011010 | 1000101 | 101011 |
Color Harmonies of #2259BA
Complementary color
Monochromatic Colors of #2259BA
Black with #2259BA
Text Example
Text Example
White with #2259BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259BA; }
p { color: rgb(34,89,186); }
H1.HeaderClassName
{
color: #2259BA;
}
.AnyTagClassName
{
color: #2259BA;
}
</style>
background-color css
<style>
a { background-color: #2259BA; }
a { background-color: rgb(34,89,186); }
div.DivClassName
{
background-color: #2259BA;
}
.BgClassName
{
background-color: #2259BA;
}
</style>
border-color css
<style>
span { border-color: #2259BA; }
span { border-color: rgb(34,89,186); }
td.TdClassName
{
border-color: #2259BA;
}
.TagClassName
{
border-color: #2259BA;
}
</style>