Shades of Cerulean Blue #2749DC
Tints of Cerulean Blue #2749DC
RGB
CMYK
RGB Variations
Color information
#2749DC (or 0x2749DC) is known color: Cerulean Blue. HEX triplet: 27, 49 and DC. RGB value is (39,73,220). Sum of RGB (Red+Green+Blue) = 39+73+220=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #2749DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749DC is #D8B623. Grayscale: #4E4E4E. Windows color (decimal): -14202404 or 14436647. OLE color: 14436647.
HSL color Cylindrical-coordinate representation of color #2749DC: hue angle of 228.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2749DC is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 73 | 220 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.14 |
| HSL | 228.73º | 0.72% | 0.51% | - |
| HSV(B) | 228.73º | 0.82% | 0.86% | - |
| XYZ | 16.14 | 10.36 | 68.86 | - |
| YUV | 79.59 | 207.24 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 220 | 0.82 | 0.67 | 0 | 0.14 | 228.73 | 0.72 | 0.51 |
| Hex | 27 | 49 | DC | 52 | 43 | 0 | E | E5 | 48 | 33 |
| Octal | 47 | 111 | 334 | 122 | 103 | 0 | 16 | 345 | 110 | 63 |
| Binary | 100111 | 1001001 | 11011100 | 1010010 | 1000011 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #2749DC
Complementary color
Monochromatic Colors of #2749DC
Black with #2749DC
Text Example
Text Example
White with #2749DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749DC; }
p { color: rgb(39,73,220); }
H1.HeaderClassName
{
color: #2749DC;
}
.AnyTagClassName
{
color: #2749DC;
}
</style>
background-color css
<style>
a { background-color: #2749DC; }
a { background-color: rgb(39,73,220); }
div.DivClassName
{
background-color: #2749DC;
}
.BgClassName
{
background-color: #2749DC;
}
</style>
border-color css
<style>
span { border-color: #2749DC; }
span { border-color: rgb(39,73,220); }
td.TdClassName
{
border-color: #2749DC;
}
.TagClassName
{
border-color: #2749DC;
}
</style>