Shades of Cerulean Blue #2746C5
Tints of Cerulean Blue #2746C5
RGB
CMYK
RGB Variations
Color information
#2746C5 (or 0x2746C5) is known color: Cerulean Blue. HEX triplet: 27, 46 and C5. RGB value is (39,70,197). Sum of RGB (Red+Green+Blue) = 39+70+197=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 197 (77.34% from 255 or 64.38% from 306); Max value from RGB is 197 - color contains mainly: blue. Hex color #2746C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2746C5 is #D8B93A. Grayscale: #4A4A4A. Windows color (decimal): -14203195 or 12928551. OLE color: 12928551.
HSL color Cylindrical-coordinate representation of color #2746C5: hue angle of 228.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2746C5 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 70 | 197 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.23 |
| HSL | 228.23º | 0.67% | 0.46% | - |
| HSV(B) | 228.23º | 0.8% | 0.77% | - |
| XYZ | 13.1 | 8.84 | 53.84 | - |
| YUV | 75.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 197 | 0.80 | 0.64 | 0 | 0.23 | 228.23 | 0.67 | 0.46 |
| Hex | 27 | 46 | C5 | 50 | 40 | 0 | 17 | E4 | 43 | 2E |
| Octal | 47 | 106 | 305 | 120 | 100 | 0 | 27 | 344 | 103 | 56 |
| Binary | 100111 | 1000110 | 11000101 | 1010000 | 1000000 | 0 | 10111 | 11100100 | 1000011 | 101110 |
Color Harmonies of #2746C5
Complementary color
Monochromatic Colors of #2746C5
Black with #2746C5
Text Example
Text Example
White with #2746C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746C5; }
p { color: rgb(39,70,197); }
H1.HeaderClassName
{
color: #2746C5;
}
.AnyTagClassName
{
color: #2746C5;
}
</style>
background-color css
<style>
a { background-color: #2746C5; }
a { background-color: rgb(39,70,197); }
div.DivClassName
{
background-color: #2746C5;
}
.BgClassName
{
background-color: #2746C5;
}
</style>
border-color css
<style>
span { border-color: #2746C5; }
span { border-color: rgb(39,70,197); }
td.TdClassName
{
border-color: #2746C5;
}
.TagClassName
{
border-color: #2746C5;
}
</style>