Shades of Cerulean Blue #2945B2
Tints of Cerulean Blue #2945B2
RGB
CMYK
RGB Variations
Color information
#2945B2 (or 0x2945B2) is known color: Cerulean Blue. HEX triplet: 29, 45 and B2. RGB value is (41,69,178). Sum of RGB (Red+Green+Blue) = 41+69+178=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #2945B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2945B2 is #D6BA4D. Grayscale: #484848. Windows color (decimal): -14072398 or 11683113. OLE color: 11683113.
HSL color Cylindrical-coordinate representation of color #2945B2: hue angle of 227.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2945B2 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 69 | 178 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.30 |
| HSL | 227.74º | 0.63% | 0.43% | - |
| HSV(B) | 227.74º | 0.77% | 0.7% | - |
| XYZ | 11.08 | 7.94 | 43.07 | - |
| YUV | 73.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 178 | 0.77 | 0.61 | 0 | 0.30 | 227.74 | 0.63 | 0.43 |
| Hex | 29 | 45 | B2 | 4D | 3D | 0 | 1E | E4 | 3F | 2B |
| Octal | 51 | 105 | 262 | 115 | 75 | 0 | 36 | 344 | 77 | 53 |
| Binary | 101001 | 1000101 | 10110010 | 1001101 | 111101 | 0 | 11110 | 11100100 | 111111 | 101011 |
Color Harmonies of #2945B2
Complementary color
Monochromatic Colors of #2945B2
Black with #2945B2
Text Example
Text Example
White with #2945B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2945B2; }
p { color: rgb(41,69,178); }
H1.HeaderClassName
{
color: #2945B2;
}
.AnyTagClassName
{
color: #2945B2;
}
</style>
background-color css
<style>
a { background-color: #2945B2; }
a { background-color: rgb(41,69,178); }
div.DivClassName
{
background-color: #2945B2;
}
.BgClassName
{
background-color: #2945B2;
}
</style>
border-color css
<style>
span { border-color: #2945B2; }
span { border-color: rgb(41,69,178); }
td.TdClassName
{
border-color: #2945B2;
}
.TagClassName
{
border-color: #2945B2;
}
</style>