Shades of Cerulean Blue #2755BA
Tints of Cerulean Blue #2755BA
RGB
CMYK
RGB Variations
Color information
#2755BA (or 0x2755BA) is known color: Cerulean Blue. HEX triplet: 27, 55 and BA. RGB value is (39,85,186). Sum of RGB (Red+Green+Blue) = 39+85+186=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2755BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755BA is #D8AA45. Grayscale: #525252. Windows color (decimal): -14199366 or 12211495. OLE color: 12211495.
HSL color Cylindrical-coordinate representation of color #2755BA: hue angle of 221.22º 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 #2755BA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 85 | 186 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.27 |
| HSL | 221.22º | 0.65% | 0.44% | - |
| HSV(B) | 221.22º | 0.79% | 0.73% | - |
| XYZ | 12.95 | 10.47 | 47.79 | - |
| YUV | 82.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 186 | 0.79 | 0.54 | 0 | 0.27 | 221.22 | 0.65 | 0.44 |
| Hex | 27 | 55 | BA | 4F | 36 | 0 | 1B | DD | 41 | 2C |
| Octal | 47 | 125 | 272 | 117 | 66 | 0 | 33 | 335 | 101 | 54 |
| Binary | 100111 | 1010101 | 10111010 | 1001111 | 110110 | 0 | 11011 | 11011101 | 1000001 | 101100 |
Color Harmonies of #2755BA
Complementary color
Monochromatic Colors of #2755BA
Black with #2755BA
Text Example
Text Example
White with #2755BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755BA; }
p { color: rgb(39,85,186); }
H1.HeaderClassName
{
color: #2755BA;
}
.AnyTagClassName
{
color: #2755BA;
}
</style>
background-color css
<style>
a { background-color: #2755BA; }
a { background-color: rgb(39,85,186); }
div.DivClassName
{
background-color: #2755BA;
}
.BgClassName
{
background-color: #2755BA;
}
</style>
border-color css
<style>
span { border-color: #2755BA; }
span { border-color: rgb(39,85,186); }
td.TdClassName
{
border-color: #2755BA;
}
.TagClassName
{
border-color: #2755BA;
}
</style>