Shades of Cerulean Blue #2649CF
Tints of Cerulean Blue #2649CF
RGB
CMYK
RGB Variations
Color information
#2649CF (or 0x2649CF) is known color: Cerulean Blue. HEX triplet: 26, 49 and CF. RGB value is (38,73,207). Sum of RGB (Red+Green+Blue) = 38+73+207=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #2649CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649CF is #D9B630. Grayscale: #4D4D4D. Windows color (decimal): -14267953 or 13584678. OLE color: 13584678.
HSL color Cylindrical-coordinate representation of color #2649CF: hue angle of 227.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2649CF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 73 | 207 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.19 |
| HSL | 227.57º | 0.69% | 0.48% | - |
| HSV(B) | 227.57º | 0.82% | 0.81% | - |
| XYZ | 14.44 | 9.68 | 60.14 | - |
| YUV | 77.81 | 200.9 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 207 | 0.82 | 0.65 | 0 | 0.19 | 227.57 | 0.69 | 0.48 |
| Hex | 26 | 49 | CF | 52 | 41 | 0 | 13 | E4 | 45 | 30 |
| Octal | 46 | 111 | 317 | 122 | 101 | 0 | 23 | 344 | 105 | 60 |
| Binary | 100110 | 1001001 | 11001111 | 1010010 | 1000001 | 0 | 10011 | 11100100 | 1000101 | 110000 |
Color Harmonies of #2649CF
Complementary color
Monochromatic Colors of #2649CF
Black with #2649CF
Text Example
Text Example
White with #2649CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2649CF; }
p { color: rgb(38,73,207); }
H1.HeaderClassName
{
color: #2649CF;
}
.AnyTagClassName
{
color: #2649CF;
}
</style>
background-color css
<style>
a { background-color: #2649CF; }
a { background-color: rgb(38,73,207); }
div.DivClassName
{
background-color: #2649CF;
}
.BgClassName
{
background-color: #2649CF;
}
</style>
border-color css
<style>
span { border-color: #2649CF; }
span { border-color: rgb(38,73,207); }
td.TdClassName
{
border-color: #2649CF;
}
.TagClassName
{
border-color: #2649CF;
}
</style>