Shades of Cerulean Blue #2856C3
Tints of Cerulean Blue #2856C3
RGB
CMYK
RGB Variations
Color information
#2856C3 (or 0x2856C3) is known color: Cerulean Blue. HEX triplet: 28, 56 and C3. RGB value is (40,86,195). Sum of RGB (Red+Green+Blue) = 40+86+195=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #2856C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856C3 is #D7A93C. Grayscale: #545454. Windows color (decimal): -14133565 or 12801576. OLE color: 12801576.
HSL color Cylindrical-coordinate representation of color #2856C3: hue angle of 222.19º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2856C3 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 86 | 195 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.24 |
| HSL | 222.19º | 0.66% | 0.46% | - |
| HSV(B) | 222.19º | 0.79% | 0.76% | - |
| XYZ | 14.05 | 11.05 | 53.02 | - |
| YUV | 84.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 195 | 0.79 | 0.56 | 0 | 0.24 | 222.19 | 0.66 | 0.46 |
| Hex | 28 | 56 | C3 | 4F | 38 | 0 | 18 | DE | 42 | 2E |
| Octal | 50 | 126 | 303 | 117 | 70 | 0 | 30 | 336 | 102 | 56 |
| Binary | 101000 | 1010110 | 11000011 | 1001111 | 111000 | 0 | 11000 | 11011110 | 1000010 | 101110 |
Color Harmonies of #2856C3
Complementary color
Monochromatic Colors of #2856C3
Black with #2856C3
Text Example
Text Example
White with #2856C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856C3; }
p { color: rgb(40,86,195); }
H1.HeaderClassName
{
color: #2856C3;
}
.AnyTagClassName
{
color: #2856C3;
}
</style>
background-color css
<style>
a { background-color: #2856C3; }
a { background-color: rgb(40,86,195); }
div.DivClassName
{
background-color: #2856C3;
}
.BgClassName
{
background-color: #2856C3;
}
</style>
border-color css
<style>
span { border-color: #2856C3; }
span { border-color: rgb(40,86,195); }
td.TdClassName
{
border-color: #2856C3;
}
.TagClassName
{
border-color: #2856C3;
}
</style>