Shades of Cerulean Blue #2963D4
Tints of Cerulean Blue #2963D4
RGB
CMYK
RGB Variations
Color information
#2963D4 (or 0x2963D4) is known color: Cerulean Blue. HEX triplet: 29, 63 and D4. RGB value is (41,99,212). Sum of RGB (Red+Green+Blue) = 41+99+212=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #2963D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963D4 is #D69C2B. Grayscale: #5E5E5E. Windows color (decimal): -14064684 or 13919017. OLE color: 13919017.
HSL color Cylindrical-coordinate representation of color #2963D4: hue angle of 219.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2963D4 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 99 | 212 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.17 |
| HSL | 219.65º | 0.68% | 0.5% | - |
| HSV(B) | 219.65º | 0.81% | 0.83% | - |
| XYZ | 17.26 | 14.15 | 64.11 | - |
| YUV | 94.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 212 | 0.81 | 0.53 | 0 | 0.17 | 219.65 | 0.68 | 0.5 |
| Hex | 29 | 63 | D4 | 51 | 35 | 0 | 11 | DC | 44 | 32 |
| Octal | 51 | 143 | 324 | 121 | 65 | 0 | 21 | 334 | 104 | 62 |
| Binary | 101001 | 1100011 | 11010100 | 1010001 | 110101 | 0 | 10001 | 11011100 | 1000100 | 110010 |
Color Harmonies of #2963D4
Complementary color
Monochromatic Colors of #2963D4
Black with #2963D4
Text Example
Text Example
White with #2963D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963D4; }
p { color: rgb(41,99,212); }
H1.HeaderClassName
{
color: #2963D4;
}
.AnyTagClassName
{
color: #2963D4;
}
</style>
background-color css
<style>
a { background-color: #2963D4; }
a { background-color: rgb(41,99,212); }
div.DivClassName
{
background-color: #2963D4;
}
.BgClassName
{
background-color: #2963D4;
}
</style>
border-color css
<style>
span { border-color: #2963D4; }
span { border-color: rgb(41,99,212); }
td.TdClassName
{
border-color: #2963D4;
}
.TagClassName
{
border-color: #2963D4;
}
</style>