Shades of Cerulean Blue #2356BA
Tints of Cerulean Blue #2356BA
RGB
CMYK
RGB Variations
Color information
#2356BA (or 0x2356BA) is known color: Cerulean Blue. HEX triplet: 23, 56 and BA. RGB value is (35,86,186). Sum of RGB (Red+Green+Blue) = 35+86+186=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2356BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356BA is #DCA945. Grayscale: #515151. Windows color (decimal): -14461254 or 12211747. OLE color: 12211747.
HSL color Cylindrical-coordinate representation of color #2356BA: hue angle of 219.74º 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 #2356BA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 86 | 186 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.27 |
| HSL | 219.74º | 0.68% | 0.43% | - |
| HSV(B) | 219.74º | 0.81% | 0.73% | - |
| XYZ | 12.88 | 10.56 | 47.81 | - |
| YUV | 82.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 186 | 0.81 | 0.54 | 0 | 0.27 | 219.74 | 0.68 | 0.43 |
| Hex | 23 | 56 | BA | 51 | 36 | 0 | 1B | DC | 44 | 2B |
| Octal | 43 | 126 | 272 | 121 | 66 | 0 | 33 | 334 | 104 | 53 |
| Binary | 100011 | 1010110 | 10111010 | 1010001 | 110110 | 0 | 11011 | 11011100 | 1000100 | 101011 |
Color Harmonies of #2356BA
Complementary color
Monochromatic Colors of #2356BA
Black with #2356BA
Text Example
Text Example
White with #2356BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356BA; }
p { color: rgb(35,86,186); }
H1.HeaderClassName
{
color: #2356BA;
}
.AnyTagClassName
{
color: #2356BA;
}
</style>
background-color css
<style>
a { background-color: #2356BA; }
a { background-color: rgb(35,86,186); }
div.DivClassName
{
background-color: #2356BA;
}
.BgClassName
{
background-color: #2356BA;
}
</style>
border-color css
<style>
span { border-color: #2356BA; }
span { border-color: rgb(35,86,186); }
td.TdClassName
{
border-color: #2356BA;
}
.TagClassName
{
border-color: #2356BA;
}
</style>