Shades of Cerulean Blue #2656BC
Tints of Cerulean Blue #2656BC
RGB
CMYK
RGB Variations
Color information
#2656BC (or 0x2656BC) is known color: Cerulean Blue. HEX triplet: 26, 56 and BC. RGB value is (38,86,188). Sum of RGB (Red+Green+Blue) = 38+86+188=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #2656BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2656BC is #D9A943. Grayscale: #525252. Windows color (decimal): -14264644 or 12342822. OLE color: 12342822.
HSL color Cylindrical-coordinate representation of color #2656BC: hue angle of 220.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2656BC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 86 | 188 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.26 |
| HSL | 220.8º | 0.66% | 0.44% | - |
| HSV(B) | 220.8º | 0.8% | 0.74% | - |
| XYZ | 13.2 | 10.7 | 48.95 | - |
| YUV | 83.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 188 | 0.80 | 0.54 | 0 | 0.26 | 220.8 | 0.66 | 0.44 |
| Hex | 26 | 56 | BC | 50 | 36 | 0 | 1A | DD | 42 | 2C |
| Octal | 46 | 126 | 274 | 120 | 66 | 0 | 32 | 335 | 102 | 54 |
| Binary | 100110 | 1010110 | 10111100 | 1010000 | 110110 | 0 | 11010 | 11011101 | 1000010 | 101100 |
Color Harmonies of #2656BC
Complementary color
Monochromatic Colors of #2656BC
Black with #2656BC
Text Example
Text Example
White with #2656BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2656BC; }
p { color: rgb(38,86,188); }
H1.HeaderClassName
{
color: #2656BC;
}
.AnyTagClassName
{
color: #2656BC;
}
</style>
background-color css
<style>
a { background-color: #2656BC; }
a { background-color: rgb(38,86,188); }
div.DivClassName
{
background-color: #2656BC;
}
.BgClassName
{
background-color: #2656BC;
}
</style>
border-color css
<style>
span { border-color: #2656BC; }
span { border-color: rgb(38,86,188); }
td.TdClassName
{
border-color: #2656BC;
}
.TagClassName
{
border-color: #2656BC;
}
</style>