Shades of Cerulean Blue #2749CE
Tints of Cerulean Blue #2749CE
RGB
CMYK
RGB Variations
Color information
#2749CE (or 0x2749CE) is known color: Cerulean Blue. HEX triplet: 27, 49 and CE. RGB value is (39,73,206). Sum of RGB (Red+Green+Blue) = 39+73+206=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #2749CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749CE is #D8B631. Grayscale: #4D4D4D. Windows color (decimal): -14202418 or 13519143. OLE color: 13519143.
HSL color Cylindrical-coordinate representation of color #2749CE: hue angle of 227.78º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2749CE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 73 | 206 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.19 |
| HSL | 227.78º | 0.68% | 0.48% | - |
| HSV(B) | 227.78º | 0.81% | 0.81% | - |
| XYZ | 14.36 | 9.65 | 59.5 | - |
| YUV | 78 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 206 | 0.81 | 0.65 | 0 | 0.19 | 227.78 | 0.68 | 0.48 |
| Hex | 27 | 49 | CE | 51 | 41 | 0 | 13 | E4 | 44 | 30 |
| Octal | 47 | 111 | 316 | 121 | 101 | 0 | 23 | 344 | 104 | 60 |
| Binary | 100111 | 1001001 | 11001110 | 1010001 | 1000001 | 0 | 10011 | 11100100 | 1000100 | 110000 |
Color Harmonies of #2749CE
Complementary color
Monochromatic Colors of #2749CE
Black with #2749CE
Text Example
Text Example
White with #2749CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749CE; }
p { color: rgb(39,73,206); }
H1.HeaderClassName
{
color: #2749CE;
}
.AnyTagClassName
{
color: #2749CE;
}
</style>
background-color css
<style>
a { background-color: #2749CE; }
a { background-color: rgb(39,73,206); }
div.DivClassName
{
background-color: #2749CE;
}
.BgClassName
{
background-color: #2749CE;
}
</style>
border-color css
<style>
span { border-color: #2749CE; }
span { border-color: rgb(39,73,206); }
td.TdClassName
{
border-color: #2749CE;
}
.TagClassName
{
border-color: #2749CE;
}
</style>