Shades of Cerulean Blue #2757BA
Tints of Cerulean Blue #2757BA
RGB
CMYK
RGB Variations
Color information
#2757BA (or 0x2757BA) is known color: Cerulean Blue. HEX triplet: 27, 57 and BA. RGB value is (39,87,186). Sum of RGB (Red+Green+Blue) = 39+87+186=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #2757BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2757BA is #D8A845. Grayscale: #535353. Windows color (decimal): -14198854 or 12212007. OLE color: 12212007.
HSL color Cylindrical-coordinate representation of color #2757BA: hue angle of 220.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2757BA is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 87 | 186 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.27 |
| HSL | 220.41º | 0.65% | 0.44% | - |
| HSV(B) | 220.41º | 0.79% | 0.73% | - |
| XYZ | 13.11 | 10.79 | 47.85 | - |
| YUV | 83.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 186 | 0.79 | 0.53 | 0 | 0.27 | 220.41 | 0.65 | 0.44 |
| Hex | 27 | 57 | BA | 4F | 35 | 0 | 1B | DC | 41 | 2C |
| Octal | 47 | 127 | 272 | 117 | 65 | 0 | 33 | 334 | 101 | 54 |
| Binary | 100111 | 1010111 | 10111010 | 1001111 | 110101 | 0 | 11011 | 11011100 | 1000001 | 101100 |
Color Harmonies of #2757BA
Complementary color
Monochromatic Colors of #2757BA
Black with #2757BA
Text Example
Text Example
White with #2757BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2757BA; }
p { color: rgb(39,87,186); }
H1.HeaderClassName
{
color: #2757BA;
}
.AnyTagClassName
{
color: #2757BA;
}
</style>
background-color css
<style>
a { background-color: #2757BA; }
a { background-color: rgb(39,87,186); }
div.DivClassName
{
background-color: #2757BA;
}
.BgClassName
{
background-color: #2757BA;
}
</style>
border-color css
<style>
span { border-color: #2757BA; }
span { border-color: rgb(39,87,186); }
td.TdClassName
{
border-color: #2757BA;
}
.TagClassName
{
border-color: #2757BA;
}
</style>