Shades of Cerulean Blue #2647C1
Tints of Cerulean Blue #2647C1
RGB
CMYK
RGB Variations
Color information
#2647C1 (or 0x2647C1) is known color: Cerulean Blue. HEX triplet: 26, 47 and C1. RGB value is (38,71,193). Sum of RGB (Red+Green+Blue) = 38+71+193=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #2647C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647C1 is #D9B83E. Grayscale: #4A4A4A. Windows color (decimal): -14268479 or 12666662. OLE color: 12666662.
HSL color Cylindrical-coordinate representation of color #2647C1: hue angle of 227.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2647C1 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 71 | 193 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.24 |
| HSL | 227.23º | 0.67% | 0.45% | - |
| HSV(B) | 227.23º | 0.8% | 0.76% | - |
| XYZ | 12.68 | 8.77 | 51.48 | - |
| YUV | 75.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 193 | 0.80 | 0.63 | 0 | 0.24 | 227.23 | 0.67 | 0.45 |
| Hex | 26 | 47 | C1 | 50 | 3F | 0 | 18 | E3 | 43 | 2D |
| Octal | 46 | 107 | 301 | 120 | 77 | 0 | 30 | 343 | 103 | 55 |
| Binary | 100110 | 1000111 | 11000001 | 1010000 | 111111 | 0 | 11000 | 11100011 | 1000011 | 101101 |
Color Harmonies of #2647C1
Complementary color
Monochromatic Colors of #2647C1
Black with #2647C1
Text Example
Text Example
White with #2647C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647C1; }
p { color: rgb(38,71,193); }
H1.HeaderClassName
{
color: #2647C1;
}
.AnyTagClassName
{
color: #2647C1;
}
</style>
background-color css
<style>
a { background-color: #2647C1; }
a { background-color: rgb(38,71,193); }
div.DivClassName
{
background-color: #2647C1;
}
.BgClassName
{
background-color: #2647C1;
}
</style>
border-color css
<style>
span { border-color: #2647C1; }
span { border-color: rgb(38,71,193); }
td.TdClassName
{
border-color: #2647C1;
}
.TagClassName
{
border-color: #2647C1;
}
</style>