Shades of Cerulean Blue #2961D4
Tints of Cerulean Blue #2961D4
RGB
CMYK
RGB Variations
Color information
#2961D4 (or 0x2961D4) is known color: Cerulean Blue. HEX triplet: 29, 61 and D4. RGB value is (41,97,212). Sum of RGB (Red+Green+Blue) = 41+97+212=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 212 (83.20% from 255 or 60.57% from 350); Max value from RGB is 212 - color contains mainly: blue. Hex color #2961D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961D4 is #D69E2B. Grayscale: #5C5C5C. Windows color (decimal): -14065196 or 13918505. OLE color: 13918505.
HSL color Cylindrical-coordinate representation of color #2961D4: hue angle of 220.35º 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 #2961D4 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 97 | 212 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.17 |
| HSL | 220.35º | 0.68% | 0.5% | - |
| HSV(B) | 220.35º | 0.81% | 0.83% | - |
| XYZ | 17.07 | 13.77 | 64.05 | - |
| YUV | 93.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 212 | 0.81 | 0.54 | 0 | 0.17 | 220.35 | 0.68 | 0.5 |
| Hex | 29 | 61 | D4 | 51 | 36 | 0 | 11 | DC | 44 | 32 |
| Octal | 51 | 141 | 324 | 121 | 66 | 0 | 21 | 334 | 104 | 62 |
| Binary | 101001 | 1100001 | 11010100 | 1010001 | 110110 | 0 | 10001 | 11011100 | 1000100 | 110010 |
Color Harmonies of #2961D4
Complementary color
Monochromatic Colors of #2961D4
Black with #2961D4
Text Example
Text Example
White with #2961D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2961D4; }
p { color: rgb(41,97,212); }
H1.HeaderClassName
{
color: #2961D4;
}
.AnyTagClassName
{
color: #2961D4;
}
</style>
background-color css
<style>
a { background-color: #2961D4; }
a { background-color: rgb(41,97,212); }
div.DivClassName
{
background-color: #2961D4;
}
.BgClassName
{
background-color: #2961D4;
}
</style>
border-color css
<style>
span { border-color: #2961D4; }
span { border-color: rgb(41,97,212); }
td.TdClassName
{
border-color: #2961D4;
}
.TagClassName
{
border-color: #2961D4;
}
</style>