Shades of Cerulean Blue #2648AB
Tints of Cerulean Blue #2648AB
RGB
CMYK
RGB Variations
Color information
#2648AB (or 0x2648AB) is known color: Cerulean Blue. HEX triplet: 26, 48 and AB. RGB value is (38,72,171). Sum of RGB (Red+Green+Blue) = 38+72+171=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #2648AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2648AB is #D9B754. Grayscale: #484848. Windows color (decimal): -14268245 or 11225126. OLE color: 11225126.
HSL color Cylindrical-coordinate representation of color #2648AB: hue angle of 224.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2648AB is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 72 | 171 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.33 |
| HSL | 224.66º | 0.64% | 0.41% | - |
| HSV(B) | 224.66º | 0.78% | 0.67% | - |
| XYZ | 10.47 | 7.99 | 39.52 | - |
| YUV | 73.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 171 | 0.78 | 0.58 | 0 | 0.33 | 224.66 | 0.64 | 0.41 |
| Hex | 26 | 48 | AB | 4E | 3A | 0 | 21 | E1 | 40 | 29 |
| Octal | 46 | 110 | 253 | 116 | 72 | 0 | 41 | 341 | 100 | 51 |
| Binary | 100110 | 1001000 | 10101011 | 1001110 | 111010 | 0 | 100001 | 11100001 | 1000000 | 101001 |
Color Harmonies of #2648AB
Complementary color
Monochromatic Colors of #2648AB
Black with #2648AB
Text Example
Text Example
White with #2648AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2648AB; }
p { color: rgb(38,72,171); }
H1.HeaderClassName
{
color: #2648AB;
}
.AnyTagClassName
{
color: #2648AB;
}
</style>
background-color css
<style>
a { background-color: #2648AB; }
a { background-color: rgb(38,72,171); }
div.DivClassName
{
background-color: #2648AB;
}
.BgClassName
{
background-color: #2648AB;
}
</style>
border-color css
<style>
span { border-color: #2648AB; }
span { border-color: rgb(38,72,171); }
td.TdClassName
{
border-color: #2648AB;
}
.TagClassName
{
border-color: #2648AB;
}
</style>