Shades of Cerulean Blue #2747CC
Tints of Cerulean Blue #2747CC
RGB
CMYK
RGB Variations
Color information
#2747CC (or 0x2747CC) is known color: Cerulean Blue. HEX triplet: 27, 47 and CC. RGB value is (39,71,204). Sum of RGB (Red+Green+Blue) = 39+71+204=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #2747CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2747CC is #D8B833. Grayscale: #4C4C4C. Windows color (decimal): -14202932 or 13387559. OLE color: 13387559.
HSL color Cylindrical-coordinate representation of color #2747CC: hue angle of 228.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2747CC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 71 | 204 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.2 |
| HSL | 228.36º | 0.68% | 0.48% | - |
| HSV(B) | 228.36º | 0.81% | 0.8% | - |
| XYZ | 13.99 | 9.3 | 58.18 | - |
| YUV | 76.59 | 199.9 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 204 | 0.81 | 0.65 | 0 | 0.2 | 228.36 | 0.68 | 0.48 |
| Hex | 27 | 47 | CC | 51 | 41 | 0 | 14 | E4 | 44 | 30 |
| Octal | 47 | 107 | 314 | 121 | 101 | 0 | 24 | 344 | 104 | 60 |
| Binary | 100111 | 1000111 | 11001100 | 1010001 | 1000001 | 0 | 10100 | 11100100 | 1000100 | 110000 |
Color Harmonies of #2747CC
Complementary color
Monochromatic Colors of #2747CC
Black with #2747CC
Text Example
Text Example
White with #2747CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2747CC; }
p { color: rgb(39,71,204); }
H1.HeaderClassName
{
color: #2747CC;
}
.AnyTagClassName
{
color: #2747CC;
}
</style>
background-color css
<style>
a { background-color: #2747CC; }
a { background-color: rgb(39,71,204); }
div.DivClassName
{
background-color: #2747CC;
}
.BgClassName
{
background-color: #2747CC;
}
</style>
border-color css
<style>
span { border-color: #2747CC; }
span { border-color: rgb(39,71,204); }
td.TdClassName
{
border-color: #2747CC;
}
.TagClassName
{
border-color: #2747CC;
}
</style>