Shades of Cerulean Blue #2748AE
Tints of Cerulean Blue #2748AE
RGB
CMYK
RGB Variations
Color information
#2748AE (or 0x2748AE) is known color: Cerulean Blue. HEX triplet: 27, 48 and AE. RGB value is (39,72,174). Sum of RGB (Red+Green+Blue) = 39+72+174=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #2748AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2748AE is #D8B751. Grayscale: #494949. Windows color (decimal): -14202706 or 11421735. OLE color: 11421735.
HSL color Cylindrical-coordinate representation of color #2748AE: hue angle of 225.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2748AE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 72 | 174 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.32 |
| HSL | 225.33º | 0.63% | 0.42% | - |
| HSV(B) | 225.33º | 0.78% | 0.68% | - |
| XYZ | 10.79 | 8.12 | 41.04 | - |
| YUV | 73.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 174 | 0.78 | 0.59 | 0 | 0.32 | 225.33 | 0.63 | 0.42 |
| Hex | 27 | 48 | AE | 4E | 3B | 0 | 20 | E1 | 3F | 2A |
| Octal | 47 | 110 | 256 | 116 | 73 | 0 | 40 | 341 | 77 | 52 |
| Binary | 100111 | 1001000 | 10101110 | 1001110 | 111011 | 0 | 100000 | 11100001 | 111111 | 101010 |
Color Harmonies of #2748AE
Complementary color
Monochromatic Colors of #2748AE
Black with #2748AE
Text Example
Text Example
White with #2748AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748AE; }
p { color: rgb(39,72,174); }
H1.HeaderClassName
{
color: #2748AE;
}
.AnyTagClassName
{
color: #2748AE;
}
</style>
background-color css
<style>
a { background-color: #2748AE; }
a { background-color: rgb(39,72,174); }
div.DivClassName
{
background-color: #2748AE;
}
.BgClassName
{
background-color: #2748AE;
}
</style>
border-color css
<style>
span { border-color: #2748AE; }
span { border-color: rgb(39,72,174); }
td.TdClassName
{
border-color: #2748AE;
}
.TagClassName
{
border-color: #2748AE;
}
</style>