Shades of Cerulean Blue #2647BF
Tints of Cerulean Blue #2647BF
RGB
CMYK
RGB Variations
Color information
#2647BF (or 0x2647BF) is known color: Cerulean Blue. HEX triplet: 26, 47 and BF. RGB value is (38,71,191). Sum of RGB (Red+Green+Blue) = 38+71+191=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #2647BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647BF is #D9B840. Grayscale: #4A4A4A. Windows color (decimal): -14268481 or 12535590. OLE color: 12535590.
HSL color Cylindrical-coordinate representation of color #2647BF: hue angle of 227.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2647BF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 71 | 191 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.25 |
| HSL | 227.06º | 0.67% | 0.45% | - |
| HSV(B) | 227.06º | 0.8% | 0.75% | - |
| XYZ | 12.46 | 8.68 | 50.31 | - |
| YUV | 74.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 191 | 0.80 | 0.63 | 0 | 0.25 | 227.06 | 0.67 | 0.45 |
| Hex | 26 | 47 | BF | 50 | 3F | 0 | 19 | E3 | 43 | 2D |
| Octal | 46 | 107 | 277 | 120 | 77 | 0 | 31 | 343 | 103 | 55 |
| Binary | 100110 | 1000111 | 10111111 | 1010000 | 111111 | 0 | 11001 | 11100011 | 1000011 | 101101 |
Color Harmonies of #2647BF
Complementary color
Monochromatic Colors of #2647BF
Black with #2647BF
Text Example
Text Example
White with #2647BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647BF; }
p { color: rgb(38,71,191); }
H1.HeaderClassName
{
color: #2647BF;
}
.AnyTagClassName
{
color: #2647BF;
}
</style>
background-color css
<style>
a { background-color: #2647BF; }
a { background-color: rgb(38,71,191); }
div.DivClassName
{
background-color: #2647BF;
}
.BgClassName
{
background-color: #2647BF;
}
</style>
border-color css
<style>
span { border-color: #2647BF; }
span { border-color: rgb(38,71,191); }
td.TdClassName
{
border-color: #2647BF;
}
.TagClassName
{
border-color: #2647BF;
}
</style>