Shades of Cerulean Blue #2955DA
Tints of Cerulean Blue #2955DA
RGB
CMYK
RGB Variations
Color information
#2955DA (or 0x2955DA) is known color: Cerulean Blue. HEX triplet: 29, 55 and DA. RGB value is (41,85,218). Sum of RGB (Red+Green+Blue) = 41+85+218=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #2955DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955DA is #D6AA25. Grayscale: #565656. Windows color (decimal): -14068262 or 14308649. OLE color: 14308649.
HSL color Cylindrical-coordinate representation of color #2955DA: hue angle of 225.08º 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 #2955DA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 85 | 218 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.15 |
| HSL | 225.08º | 0.71% | 0.51% | - |
| HSV(B) | 225.08º | 0.81% | 0.85% | - |
| XYZ | 16.82 | 12.03 | 67.77 | - |
| YUV | 87.01 | 201.92 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 218 | 0.81 | 0.61 | 0 | 0.15 | 225.08 | 0.71 | 0.51 |
| Hex | 29 | 55 | DA | 51 | 3D | 0 | F | E1 | 47 | 33 |
| Octal | 51 | 125 | 332 | 121 | 75 | 0 | 17 | 341 | 107 | 63 |
| Binary | 101001 | 1010101 | 11011010 | 1010001 | 111101 | 0 | 1111 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2955DA
Complementary color
Monochromatic Colors of #2955DA
Black with #2955DA
Text Example
Text Example
White with #2955DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2955DA; }
p { color: rgb(41,85,218); }
H1.HeaderClassName
{
color: #2955DA;
}
.AnyTagClassName
{
color: #2955DA;
}
</style>
background-color css
<style>
a { background-color: #2955DA; }
a { background-color: rgb(41,85,218); }
div.DivClassName
{
background-color: #2955DA;
}
.BgClassName
{
background-color: #2955DA;
}
</style>
border-color css
<style>
span { border-color: #2955DA; }
span { border-color: rgb(41,85,218); }
td.TdClassName
{
border-color: #2955DA;
}
.TagClassName
{
border-color: #2955DA;
}
</style>