Shades of Cerulean Blue #2755AC
Tints of Cerulean Blue #2755AC
RGB
CMYK
RGB Variations
Color information
#2755AC (or 0x2755AC) is known color: Cerulean Blue. HEX triplet: 27, 55 and AC. RGB value is (39,85,172). Sum of RGB (Red+Green+Blue) = 39+85+172=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2755AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2755AC is #D8AA53. Grayscale: #505050. Windows color (decimal): -14199380 or 11293991. OLE color: 11293991.
HSL color Cylindrical-coordinate representation of color #2755AC: hue angle of 219.25º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2755AC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 85 | 172 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.33 |
| HSL | 219.25º | 0.63% | 0.41% | - |
| HSV(B) | 219.25º | 0.77% | 0.67% | - |
| XYZ | 11.53 | 9.91 | 40.33 | - |
| YUV | 81.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 172 | 0.77 | 0.51 | 0 | 0.33 | 219.25 | 0.63 | 0.41 |
| Hex | 27 | 55 | AC | 4D | 33 | 0 | 21 | DB | 3F | 29 |
| Octal | 47 | 125 | 254 | 115 | 63 | 0 | 41 | 333 | 77 | 51 |
| Binary | 100111 | 1010101 | 10101100 | 1001101 | 110011 | 0 | 100001 | 11011011 | 111111 | 101001 |
Color Harmonies of #2755AC
Complementary color
Monochromatic Colors of #2755AC
Black with #2755AC
Text Example
Text Example
White with #2755AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755AC; }
p { color: rgb(39,85,172); }
H1.HeaderClassName
{
color: #2755AC;
}
.AnyTagClassName
{
color: #2755AC;
}
</style>
background-color css
<style>
a { background-color: #2755AC; }
a { background-color: rgb(39,85,172); }
div.DivClassName
{
background-color: #2755AC;
}
.BgClassName
{
background-color: #2755AC;
}
</style>
border-color css
<style>
span { border-color: #2755AC; }
span { border-color: rgb(39,85,172); }
td.TdClassName
{
border-color: #2755AC;
}
.TagClassName
{
border-color: #2755AC;
}
</style>