Shades of Cerulean Blue #2948DA
Tints of Cerulean Blue #2948DA
RGB
CMYK
RGB Variations
Color information
#2948DA (or 0x2948DA) is known color: Cerulean Blue. HEX triplet: 29, 48 and DA. RGB value is (41,72,218). Sum of RGB (Red+Green+Blue) = 41+72+218=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #2948DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948DA is #D6B725. Grayscale: #4E4E4E. Windows color (decimal): -14071590 or 14305321. OLE color: 14305321.
HSL color Cylindrical-coordinate representation of color #2948DA: hue angle of 229.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2948DA is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 72 | 218 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.15 |
| HSL | 229.49º | 0.71% | 0.51% | - |
| HSV(B) | 229.49º | 0.81% | 0.85% | - |
| XYZ | 15.89 | 10.17 | 67.45 | - |
| YUV | 79.38 | 206.23 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 218 | 0.81 | 0.67 | 0 | 0.15 | 229.49 | 0.71 | 0.51 |
| Hex | 29 | 48 | DA | 51 | 43 | 0 | F | E5 | 47 | 33 |
| Octal | 51 | 110 | 332 | 121 | 103 | 0 | 17 | 345 | 107 | 63 |
| Binary | 101001 | 1001000 | 11011010 | 1010001 | 1000011 | 0 | 1111 | 11100101 | 1000111 | 110011 |
Color Harmonies of #2948DA
Complementary color
Monochromatic Colors of #2948DA
Black with #2948DA
Text Example
Text Example
White with #2948DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948DA; }
p { color: rgb(41,72,218); }
H1.HeaderClassName
{
color: #2948DA;
}
.AnyTagClassName
{
color: #2948DA;
}
</style>
background-color css
<style>
a { background-color: #2948DA; }
a { background-color: rgb(41,72,218); }
div.DivClassName
{
background-color: #2948DA;
}
.BgClassName
{
background-color: #2948DA;
}
</style>
border-color css
<style>
span { border-color: #2948DA; }
span { border-color: rgb(41,72,218); }
td.TdClassName
{
border-color: #2948DA;
}
.TagClassName
{
border-color: #2948DA;
}
</style>