Shades of Cerulean Blue #2748C8
Tints of Cerulean Blue #2748C8
RGB
CMYK
RGB Variations
Color information
#2748C8 (or 0x2748C8) is known color: Cerulean Blue. HEX triplet: 27, 48 and C8. RGB value is (39,72,200). Sum of RGB (Red+Green+Blue) = 39+72+200=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 200 (78.52% from 255 or 64.31% from 311); Max value from RGB is 200 - color contains mainly: blue. Hex color #2748C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748C8 is #D8B737. Grayscale: #4C4C4C. Windows color (decimal): -14202680 or 13125671. OLE color: 13125671.
HSL color Cylindrical-coordinate representation of color #2748C8: hue angle of 227.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2748C8 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 72 | 200 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.22 |
| HSL | 227.7º | 0.67% | 0.47% | - |
| HSV(B) | 227.7º | 0.81% | 0.78% | - |
| XYZ | 13.58 | 9.24 | 55.71 | - |
| YUV | 76.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 200 | 0.80 | 0.64 | 0 | 0.22 | 227.7 | 0.67 | 0.47 |
| Hex | 27 | 48 | C8 | 50 | 40 | 0 | 16 | E4 | 43 | 2F |
| Octal | 47 | 110 | 310 | 120 | 100 | 0 | 26 | 344 | 103 | 57 |
| Binary | 100111 | 1001000 | 11001000 | 1010000 | 1000000 | 0 | 10110 | 11100100 | 1000011 | 101111 |
Color Harmonies of #2748C8
Complementary color
Monochromatic Colors of #2748C8
Black with #2748C8
Text Example
Text Example
White with #2748C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748C8; }
p { color: rgb(39,72,200); }
H1.HeaderClassName
{
color: #2748C8;
}
.AnyTagClassName
{
color: #2748C8;
}
</style>
background-color css
<style>
a { background-color: #2748C8; }
a { background-color: rgb(39,72,200); }
div.DivClassName
{
background-color: #2748C8;
}
.BgClassName
{
background-color: #2748C8;
}
</style>
border-color css
<style>
span { border-color: #2748C8; }
span { border-color: rgb(39,72,200); }
td.TdClassName
{
border-color: #2748C8;
}
.TagClassName
{
border-color: #2748C8;
}
</style>