Shades of Cerulean Blue #2649BB
Tints of Cerulean Blue #2649BB
RGB
CMYK
RGB Variations
Color information
#2649BB (or 0x2649BB) is known color: Cerulean Blue. HEX triplet: 26, 49 and BB. RGB value is (38,73,187). Sum of RGB (Red+Green+Blue) = 38+73+187=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #2649BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649BB is #D9B644. Grayscale: #4B4B4B. Windows color (decimal): -14267973 or 12273958. OLE color: 12273958.
HSL color Cylindrical-coordinate representation of color #2649BB: hue angle of 225.91º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2649BB is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 73 | 187 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.27 |
| HSL | 225.91º | 0.66% | 0.44% | - |
| HSV(B) | 225.91º | 0.8% | 0.73% | - |
| XYZ | 12.15 | 8.77 | 48.07 | - |
| YUV | 75.53 | 190.9 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 187 | 0.80 | 0.61 | 0 | 0.27 | 225.91 | 0.66 | 0.44 |
| Hex | 26 | 49 | BB | 50 | 3D | 0 | 1B | E2 | 42 | 2C |
| Octal | 46 | 111 | 273 | 120 | 75 | 0 | 33 | 342 | 102 | 54 |
| Binary | 100110 | 1001001 | 10111011 | 1010000 | 111101 | 0 | 11011 | 11100010 | 1000010 | 101100 |
Color Harmonies of #2649BB
Complementary color
Monochromatic Colors of #2649BB
Black with #2649BB
Text Example
Text Example
White with #2649BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2649BB; }
p { color: rgb(38,73,187); }
H1.HeaderClassName
{
color: #2649BB;
}
.AnyTagClassName
{
color: #2649BB;
}
</style>
background-color css
<style>
a { background-color: #2649BB; }
a { background-color: rgb(38,73,187); }
div.DivClassName
{
background-color: #2649BB;
}
.BgClassName
{
background-color: #2649BB;
}
</style>
border-color css
<style>
span { border-color: #2649BB; }
span { border-color: rgb(38,73,187); }
td.TdClassName
{
border-color: #2649BB;
}
.TagClassName
{
border-color: #2649BB;
}
</style>