Shades of Cerulean Blue #2963BD
Tints of Cerulean Blue #2963BD
RGB
CMYK
RGB Variations
Color information
#2963BD (or 0x2963BD) is known color: Cerulean Blue. HEX triplet: 29, 63 and BD. RGB value is (41,99,189). Sum of RGB (Red+Green+Blue) = 41+99+189=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #2963BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963BD is #D69C42. Grayscale: #5B5B5B. Windows color (decimal): -14064707 or 12411689. OLE color: 12411689.
HSL color Cylindrical-coordinate representation of color #2963BD: hue angle of 216.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2963BD is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 99 | 189 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.26 |
| HSL | 216.49º | 0.64% | 0.45% | - |
| HSV(B) | 216.49º | 0.78% | 0.74% | - |
| XYZ | 14.56 | 13.07 | 49.9 | - |
| YUV | 91.92 | 182.78 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 189 | 0.78 | 0.48 | 0 | 0.26 | 216.49 | 0.64 | 0.45 |
| Hex | 29 | 63 | BD | 4E | 30 | 0 | 1A | D8 | 40 | 2D |
| Octal | 51 | 143 | 275 | 116 | 60 | 0 | 32 | 330 | 100 | 55 |
| Binary | 101001 | 1100011 | 10111101 | 1001110 | 110000 | 0 | 11010 | 11011000 | 1000000 | 101101 |
Color Harmonies of #2963BD
Complementary color
Monochromatic Colors of #2963BD
Black with #2963BD
Text Example
Text Example
White with #2963BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963BD; }
p { color: rgb(41,99,189); }
H1.HeaderClassName
{
color: #2963BD;
}
.AnyTagClassName
{
color: #2963BD;
}
</style>
background-color css
<style>
a { background-color: #2963BD; }
a { background-color: rgb(41,99,189); }
div.DivClassName
{
background-color: #2963BD;
}
.BgClassName
{
background-color: #2963BD;
}
</style>
border-color css
<style>
span { border-color: #2963BD; }
span { border-color: rgb(41,99,189); }
td.TdClassName
{
border-color: #2963BD;
}
.TagClassName
{
border-color: #2963BD;
}
</style>