Shades of Cerulean Blue #2963C4
Tints of Cerulean Blue #2963C4
RGB
CMYK
RGB Variations
Color information
#2963C4 (or 0x2963C4) is known color: Cerulean Blue. HEX triplet: 29, 63 and C4. RGB value is (41,99,196). Sum of RGB (Red+Green+Blue) = 41+99+196=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #2963C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963C4 is #D69C3B. Grayscale: #5C5C5C. Windows color (decimal): -14064700 or 12870441. OLE color: 12870441.
HSL color Cylindrical-coordinate representation of color #2963C4: hue angle of 217.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2963C4 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 99 | 196 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.23 |
| HSL | 217.55º | 0.65% | 0.46% | - |
| HSV(B) | 217.55º | 0.79% | 0.77% | - |
| XYZ | 15.34 | 13.38 | 54 | - |
| YUV | 92.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 196 | 0.79 | 0.49 | 0 | 0.23 | 217.55 | 0.65 | 0.46 |
| Hex | 29 | 63 | C4 | 4F | 31 | 0 | 17 | DA | 41 | 2E |
| Octal | 51 | 143 | 304 | 117 | 61 | 0 | 27 | 332 | 101 | 56 |
| Binary | 101001 | 1100011 | 11000100 | 1001111 | 110001 | 0 | 10111 | 11011010 | 1000001 | 101110 |
Color Harmonies of #2963C4
Complementary color
Monochromatic Colors of #2963C4
Black with #2963C4
Text Example
Text Example
White with #2963C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963C4; }
p { color: rgb(41,99,196); }
H1.HeaderClassName
{
color: #2963C4;
}
.AnyTagClassName
{
color: #2963C4;
}
</style>
background-color css
<style>
a { background-color: #2963C4; }
a { background-color: rgb(41,99,196); }
div.DivClassName
{
background-color: #2963C4;
}
.BgClassName
{
background-color: #2963C4;
}
</style>
border-color css
<style>
span { border-color: #2963C4; }
span { border-color: rgb(41,99,196); }
td.TdClassName
{
border-color: #2963C4;
}
.TagClassName
{
border-color: #2963C4;
}
</style>