Shades of Cerulean Blue #2950B3
Tints of Cerulean Blue #2950B3
RGB
CMYK
RGB Variations
Color information
#2950B3 (or 0x2950B3) is known color: Cerulean Blue. HEX triplet: 29, 50 and B3. RGB value is (41,80,179). Sum of RGB (Red+Green+Blue) = 41+80+179=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #2950B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950B3 is #D6AF4C. Grayscale: #4F4F4F. Windows color (decimal): -14069581 or 11751465. OLE color: 11751465.
HSL color Cylindrical-coordinate representation of color #2950B3: hue angle of 223.04º 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 #2950B3 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 80 | 179 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.30 |
| HSL | 223.04º | 0.63% | 0.43% | - |
| HSV(B) | 223.04º | 0.77% | 0.7% | - |
| XYZ | 11.92 | 9.46 | 43.85 | - |
| YUV | 79.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 179 | 0.77 | 0.55 | 0 | 0.30 | 223.04 | 0.63 | 0.43 |
| Hex | 29 | 50 | B3 | 4D | 37 | 0 | 1E | DF | 3F | 2B |
| Octal | 51 | 120 | 263 | 115 | 67 | 0 | 36 | 337 | 77 | 53 |
| Binary | 101001 | 1010000 | 10110011 | 1001101 | 110111 | 0 | 11110 | 11011111 | 111111 | 101011 |
Color Harmonies of #2950B3
Complementary color
Monochromatic Colors of #2950B3
Black with #2950B3
Text Example
Text Example
White with #2950B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950B3; }
p { color: rgb(41,80,179); }
H1.HeaderClassName
{
color: #2950B3;
}
.AnyTagClassName
{
color: #2950B3;
}
</style>
background-color css
<style>
a { background-color: #2950B3; }
a { background-color: rgb(41,80,179); }
div.DivClassName
{
background-color: #2950B3;
}
.BgClassName
{
background-color: #2950B3;
}
</style>
border-color css
<style>
span { border-color: #2950B3; }
span { border-color: rgb(41,80,179); }
td.TdClassName
{
border-color: #2950B3;
}
.TagClassName
{
border-color: #2950B3;
}
</style>