Shades of Cerulean Blue #2761BC
Tints of Cerulean Blue #2761BC
RGB
CMYK
RGB Variations
Color information
#2761BC (or 0x2761BC) is known color: Cerulean Blue. HEX triplet: 27, 61 and BC. RGB value is (39,97,188). Sum of RGB (Red+Green+Blue) = 39+97+188=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #2761BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2761BC is #D89E43. Grayscale: #595959. Windows color (decimal): -14196292 or 12345639. OLE color: 12345639.
HSL color Cylindrical-coordinate representation of color #2761BC: hue angle of 216.64º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2761BC is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 97 | 188 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.26 |
| HSL | 216.64º | 0.66% | 0.45% | - |
| HSV(B) | 216.64º | 0.79% | 0.74% | - |
| XYZ | 14.19 | 12.61 | 49.26 | - |
| YUV | 90.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 188 | 0.79 | 0.48 | 0 | 0.26 | 216.64 | 0.66 | 0.45 |
| Hex | 27 | 61 | BC | 4F | 30 | 0 | 1A | D9 | 42 | 2D |
| Octal | 47 | 141 | 274 | 117 | 60 | 0 | 32 | 331 | 102 | 55 |
| Binary | 100111 | 1100001 | 10111100 | 1001111 | 110000 | 0 | 11010 | 11011001 | 1000010 | 101101 |
Color Harmonies of #2761BC
Complementary color
Monochromatic Colors of #2761BC
Black with #2761BC
Text Example
Text Example
White with #2761BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761BC; }
p { color: rgb(39,97,188); }
H1.HeaderClassName
{
color: #2761BC;
}
.AnyTagClassName
{
color: #2761BC;
}
</style>
background-color css
<style>
a { background-color: #2761BC; }
a { background-color: rgb(39,97,188); }
div.DivClassName
{
background-color: #2761BC;
}
.BgClassName
{
background-color: #2761BC;
}
</style>
border-color css
<style>
span { border-color: #2761BC; }
span { border-color: rgb(39,97,188); }
td.TdClassName
{
border-color: #2761BC;
}
.TagClassName
{
border-color: #2761BC;
}
</style>