Shades of Cerulean Blue #2350BA
Tints of Cerulean Blue #2350BA
RGB
CMYK
RGB Variations
Color information
#2350BA (or 0x2350BA) is known color: Cerulean Blue. HEX triplet: 23, 50 and BA. RGB value is (35,80,186). Sum of RGB (Red+Green+Blue) = 35+80+186=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #2350BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350BA is #DCAF45. Grayscale: #4E4E4E. Windows color (decimal): -14462790 or 12210211. OLE color: 12210211.
HSL color Cylindrical-coordinate representation of color #2350BA: hue angle of 222.12º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2350BA is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 80 | 186 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.27 |
| HSL | 222.12º | 0.68% | 0.43% | - |
| HSV(B) | 222.12º | 0.81% | 0.73% | - |
| XYZ | 12.42 | 9.64 | 47.66 | - |
| YUV | 78.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 186 | 0.81 | 0.57 | 0 | 0.27 | 222.12 | 0.68 | 0.43 |
| Hex | 23 | 50 | BA | 51 | 39 | 0 | 1B | DE | 44 | 2B |
| Octal | 43 | 120 | 272 | 121 | 71 | 0 | 33 | 336 | 104 | 53 |
| Binary | 100011 | 1010000 | 10111010 | 1010001 | 111001 | 0 | 11011 | 11011110 | 1000100 | 101011 |
Color Harmonies of #2350BA
Complementary color
Monochromatic Colors of #2350BA
Black with #2350BA
Text Example
Text Example
White with #2350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350BA; }
p { color: rgb(35,80,186); }
H1.HeaderClassName
{
color: #2350BA;
}
.AnyTagClassName
{
color: #2350BA;
}
</style>
background-color css
<style>
a { background-color: #2350BA; }
a { background-color: rgb(35,80,186); }
div.DivClassName
{
background-color: #2350BA;
}
.BgClassName
{
background-color: #2350BA;
}
</style>
border-color css
<style>
span { border-color: #2350BA; }
span { border-color: rgb(35,80,186); }
td.TdClassName
{
border-color: #2350BA;
}
.TagClassName
{
border-color: #2350BA;
}
</style>