Shades of Cerulean Blue #2749D0
Tints of Cerulean Blue #2749D0
RGB
CMYK
RGB Variations
Color information
#2749D0 (or 0x2749D0) is known color: Cerulean Blue. HEX triplet: 27, 49 and D0. RGB value is (39,73,208). Sum of RGB (Red+Green+Blue) = 39+73+208=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #2749D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749D0 is #D8B62F. Grayscale: #4D4D4D. Windows color (decimal): -14202416 or 13650215. OLE color: 13650215.
HSL color Cylindrical-coordinate representation of color #2749D0: hue angle of 227.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2749D0 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 73 | 208 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.18 |
| HSL | 227.93º | 0.68% | 0.48% | - |
| HSV(B) | 227.93º | 0.81% | 0.82% | - |
| XYZ | 14.6 | 9.75 | 60.79 | - |
| YUV | 78.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 208 | 0.81 | 0.65 | 0 | 0.18 | 227.93 | 0.68 | 0.48 |
| Hex | 27 | 49 | D0 | 51 | 41 | 0 | 12 | E4 | 44 | 30 |
| Octal | 47 | 111 | 320 | 121 | 101 | 0 | 22 | 344 | 104 | 60 |
| Binary | 100111 | 1001001 | 11010000 | 1010001 | 1000001 | 0 | 10010 | 11100100 | 1000100 | 110000 |
Color Harmonies of #2749D0
Complementary color
Monochromatic Colors of #2749D0
Black with #2749D0
Text Example
Text Example
White with #2749D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749D0; }
p { color: rgb(39,73,208); }
H1.HeaderClassName
{
color: #2749D0;
}
.AnyTagClassName
{
color: #2749D0;
}
</style>
background-color css
<style>
a { background-color: #2749D0; }
a { background-color: rgb(39,73,208); }
div.DivClassName
{
background-color: #2749D0;
}
.BgClassName
{
background-color: #2749D0;
}
</style>
border-color css
<style>
span { border-color: #2749D0; }
span { border-color: rgb(39,73,208); }
td.TdClassName
{
border-color: #2749D0;
}
.TagClassName
{
border-color: #2749D0;
}
</style>