Shades of Cerulean Blue #2750B0
Tints of Cerulean Blue #2750B0
RGB
CMYK
RGB Variations
Color information
#2750B0 (or 0x2750B0) is known color: Cerulean Blue. HEX triplet: 27, 50 and B0. RGB value is (39,80,176). Sum of RGB (Red+Green+Blue) = 39+80+176=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 176 (69.14% from 255 or 59.66% from 295); Max value from RGB is 176 - color contains mainly: blue. Hex color #2750B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2750B0 is #D8AF4F. Grayscale: #4E4E4E. Windows color (decimal): -14200656 or 11554855. OLE color: 11554855.
HSL color Cylindrical-coordinate representation of color #2750B0: hue angle of 222.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2750B0 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 80 | 176 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.31 |
| HSL | 222.04º | 0.64% | 0.42% | - |
| HSV(B) | 222.04º | 0.78% | 0.69% | - |
| XYZ | 11.54 | 9.3 | 42.26 | - |
| YUV | 78.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 176 | 0.78 | 0.55 | 0 | 0.31 | 222.04 | 0.64 | 0.42 |
| Hex | 27 | 50 | B0 | 4E | 37 | 0 | 1F | DE | 40 | 2A |
| Octal | 47 | 120 | 260 | 116 | 67 | 0 | 37 | 336 | 100 | 52 |
| Binary | 100111 | 1010000 | 10110000 | 1001110 | 110111 | 0 | 11111 | 11011110 | 1000000 | 101010 |
Color Harmonies of #2750B0
Complementary color
Monochromatic Colors of #2750B0
Black with #2750B0
Text Example
Text Example
White with #2750B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2750B0; }
p { color: rgb(39,80,176); }
H1.HeaderClassName
{
color: #2750B0;
}
.AnyTagClassName
{
color: #2750B0;
}
</style>
background-color css
<style>
a { background-color: #2750B0; }
a { background-color: rgb(39,80,176); }
div.DivClassName
{
background-color: #2750B0;
}
.BgClassName
{
background-color: #2750B0;
}
</style>
border-color css
<style>
span { border-color: #2750B0; }
span { border-color: rgb(39,80,176); }
td.TdClassName
{
border-color: #2750B0;
}
.TagClassName
{
border-color: #2750B0;
}
</style>