Shades of Cerulean Blue #2755B7
Tints of Cerulean Blue #2755B7
RGB
CMYK
RGB Variations
Color information
#2755B7 (or 0x2755B7) is known color: Cerulean Blue. HEX triplet: 27, 55 and B7. RGB value is (39,85,183). Sum of RGB (Red+Green+Blue) = 39+85+183=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #2755B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755B7 is #D8AA48. Grayscale: #515151. Windows color (decimal): -14199369 or 12014887. OLE color: 12014887.
HSL color Cylindrical-coordinate representation of color #2755B7: hue angle of 220.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2755B7 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 85 | 183 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.28 |
| HSL | 220.83º | 0.65% | 0.44% | - |
| HSV(B) | 220.83º | 0.79% | 0.72% | - |
| XYZ | 12.63 | 10.35 | 46.13 | - |
| YUV | 82.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 183 | 0.79 | 0.54 | 0 | 0.28 | 220.83 | 0.65 | 0.44 |
| Hex | 27 | 55 | B7 | 4F | 36 | 0 | 1C | DD | 41 | 2C |
| Octal | 47 | 125 | 267 | 117 | 66 | 0 | 34 | 335 | 101 | 54 |
| Binary | 100111 | 1010101 | 10110111 | 1001111 | 110110 | 0 | 11100 | 11011101 | 1000001 | 101100 |
Color Harmonies of #2755B7
Complementary color
Monochromatic Colors of #2755B7
Black with #2755B7
Text Example
Text Example
White with #2755B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755B7; }
p { color: rgb(39,85,183); }
H1.HeaderClassName
{
color: #2755B7;
}
.AnyTagClassName
{
color: #2755B7;
}
</style>
background-color css
<style>
a { background-color: #2755B7; }
a { background-color: rgb(39,85,183); }
div.DivClassName
{
background-color: #2755B7;
}
.BgClassName
{
background-color: #2755B7;
}
</style>
border-color css
<style>
span { border-color: #2755B7; }
span { border-color: rgb(39,85,183); }
td.TdClassName
{
border-color: #2755B7;
}
.TagClassName
{
border-color: #2755B7;
}
</style>