Shades of Cerulean Blue #2356B2
Tints of Cerulean Blue #2356B2
RGB
CMYK
RGB Variations
Color information
#2356B2 (or 0x2356B2) is known color: Cerulean Blue. HEX triplet: 23, 56 and B2. RGB value is (35,86,178). Sum of RGB (Red+Green+Blue) = 35+86+178=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #2356B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2356B2 is #DCA94D. Grayscale: #505050. Windows color (decimal): -14461262 or 11687459. OLE color: 11687459.
HSL color Cylindrical-coordinate representation of color #2356B2: hue angle of 218.6º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2356B2 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 86 | 178 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.30 |
| HSL | 218.6º | 0.67% | 0.42% | - |
| HSV(B) | 218.6º | 0.8% | 0.7% | - |
| XYZ | 12.06 | 10.23 | 43.46 | - |
| YUV | 81.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 178 | 0.80 | 0.52 | 0 | 0.30 | 218.6 | 0.67 | 0.42 |
| Hex | 23 | 56 | B2 | 50 | 34 | 0 | 1E | DB | 43 | 2A |
| Octal | 43 | 126 | 262 | 120 | 64 | 0 | 36 | 333 | 103 | 52 |
| Binary | 100011 | 1010110 | 10110010 | 1010000 | 110100 | 0 | 11110 | 11011011 | 1000011 | 101010 |
Color Harmonies of #2356B2
Complementary color
Monochromatic Colors of #2356B2
Black with #2356B2
Text Example
Text Example
White with #2356B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356B2; }
p { color: rgb(35,86,178); }
H1.HeaderClassName
{
color: #2356B2;
}
.AnyTagClassName
{
color: #2356B2;
}
</style>
background-color css
<style>
a { background-color: #2356B2; }
a { background-color: rgb(35,86,178); }
div.DivClassName
{
background-color: #2356B2;
}
.BgClassName
{
background-color: #2356B2;
}
</style>
border-color css
<style>
span { border-color: #2356B2; }
span { border-color: rgb(35,86,178); }
td.TdClassName
{
border-color: #2356B2;
}
.TagClassName
{
border-color: #2356B2;
}
</style>