Shades of Cerulean Blue #2649DD
Tints of Cerulean Blue #2649DD
RGB
CMYK
RGB Variations
Color information
#2649DD (or 0x2649DD) is known color: Cerulean Blue. HEX triplet: 26, 49 and DD. RGB value is (38,73,221). Sum of RGB (Red+Green+Blue) = 38+73+221=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #2649DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649DD is #D9B622. Grayscale: #4E4E4E. Windows color (decimal): -14267939 or 14502182. OLE color: 14502182.
HSL color Cylindrical-coordinate representation of color #2649DD: hue angle of 228.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2649DD is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 73 | 221 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.13 |
| HSL | 228.52º | 0.73% | 0.51% | - |
| HSV(B) | 228.52º | 0.83% | 0.87% | - |
| XYZ | 16.23 | 10.4 | 69.56 | - |
| YUV | 79.41 | 207.9 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 221 | 0.83 | 0.67 | 0 | 0.13 | 228.52 | 0.73 | 0.51 |
| Hex | 26 | 49 | DD | 53 | 43 | 0 | D | E5 | 49 | 33 |
| Octal | 46 | 111 | 335 | 123 | 103 | 0 | 15 | 345 | 111 | 63 |
| Binary | 100110 | 1001001 | 11011101 | 1010011 | 1000011 | 0 | 1101 | 11100101 | 1001001 | 110011 |
Color Harmonies of #2649DD
Complementary color
Monochromatic Colors of #2649DD
Black with #2649DD
Text Example
Text Example
White with #2649DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2649DD; }
p { color: rgb(38,73,221); }
H1.HeaderClassName
{
color: #2649DD;
}
.AnyTagClassName
{
color: #2649DD;
}
</style>
background-color css
<style>
a { background-color: #2649DD; }
a { background-color: rgb(38,73,221); }
div.DivClassName
{
background-color: #2649DD;
}
.BgClassName
{
background-color: #2649DD;
}
</style>
border-color css
<style>
span { border-color: #2649DD; }
span { border-color: rgb(38,73,221); }
td.TdClassName
{
border-color: #2649DD;
}
.TagClassName
{
border-color: #2649DD;
}
</style>