Shades of Cerulean Blue #2648CA
Tints of Cerulean Blue #2648CA
RGB
CMYK
RGB Variations
Color information
#2648CA (or 0x2648CA) is known color: Cerulean Blue. HEX triplet: 26, 48 and CA. RGB value is (38,72,202). Sum of RGB (Red+Green+Blue) = 38+72+202=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #2648CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648CA is #D9B735. Grayscale: #4C4C4C. Windows color (decimal): -14268214 or 13256742. OLE color: 13256742.
HSL color Cylindrical-coordinate representation of color #2648CA: hue angle of 227.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2648CA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 72 | 202 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.21 |
| HSL | 227.56º | 0.68% | 0.47% | - |
| HSV(B) | 227.56º | 0.81% | 0.79% | - |
| XYZ | 13.78 | 9.31 | 56.95 | - |
| YUV | 76.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 202 | 0.81 | 0.64 | 0 | 0.21 | 227.56 | 0.68 | 0.47 |
| Hex | 26 | 48 | CA | 51 | 40 | 0 | 15 | E4 | 44 | 2F |
| Octal | 46 | 110 | 312 | 121 | 100 | 0 | 25 | 344 | 104 | 57 |
| Binary | 100110 | 1001000 | 11001010 | 1010001 | 1000000 | 0 | 10101 | 11100100 | 1000100 | 101111 |
Color Harmonies of #2648CA
Complementary color
Monochromatic Colors of #2648CA
Black with #2648CA
Text Example
Text Example
White with #2648CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2648CA; }
p { color: rgb(38,72,202); }
H1.HeaderClassName
{
color: #2648CA;
}
.AnyTagClassName
{
color: #2648CA;
}
</style>
background-color css
<style>
a { background-color: #2648CA; }
a { background-color: rgb(38,72,202); }
div.DivClassName
{
background-color: #2648CA;
}
.BgClassName
{
background-color: #2648CA;
}
</style>
border-color css
<style>
span { border-color: #2648CA; }
span { border-color: rgb(38,72,202); }
td.TdClassName
{
border-color: #2648CA;
}
.TagClassName
{
border-color: #2648CA;
}
</style>