Shades of Cerulean Blue #2748CB
Tints of Cerulean Blue #2748CB
RGB
CMYK
RGB Variations
Color information
#2748CB (or 0x2748CB) is known color: Cerulean Blue. HEX triplet: 27, 48 and CB. RGB value is (39,72,203). Sum of RGB (Red+Green+Blue) = 39+72+203=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #2748CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748CB is #D8B734. Grayscale: #4C4C4C. Windows color (decimal): -14202677 or 13322279. OLE color: 13322279.
HSL color Cylindrical-coordinate representation of color #2748CB: hue angle of 227.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2748CB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 72 | 203 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.20 |
| HSL | 227.93º | 0.68% | 0.47% | - |
| HSV(B) | 227.93º | 0.81% | 0.8% | - |
| XYZ | 13.93 | 9.38 | 57.58 | - |
| YUV | 77.07 | 199.07 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 203 | 0.81 | 0.65 | 0 | 0.20 | 227.93 | 0.68 | 0.47 |
| Hex | 27 | 48 | CB | 51 | 41 | 0 | 14 | E4 | 44 | 2F |
| Octal | 47 | 110 | 313 | 121 | 101 | 0 | 24 | 344 | 104 | 57 |
| Binary | 100111 | 1001000 | 11001011 | 1010001 | 1000001 | 0 | 10100 | 11100100 | 1000100 | 101111 |
Color Harmonies of #2748CB
Complementary color
Monochromatic Colors of #2748CB
Black with #2748CB
Text Example
Text Example
White with #2748CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748CB; }
p { color: rgb(39,72,203); }
H1.HeaderClassName
{
color: #2748CB;
}
.AnyTagClassName
{
color: #2748CB;
}
</style>
background-color css
<style>
a { background-color: #2748CB; }
a { background-color: rgb(39,72,203); }
div.DivClassName
{
background-color: #2748CB;
}
.BgClassName
{
background-color: #2748CB;
}
</style>
border-color css
<style>
span { border-color: #2748CB; }
span { border-color: rgb(39,72,203); }
td.TdClassName
{
border-color: #2748CB;
}
.TagClassName
{
border-color: #2748CB;
}
</style>