Shades of Curious Blue #2977D1
Tints of Curious Blue #2977D1
RGB
CMYK
RGB Variations
Color information
#2977D1 (or 0x2977D1) is known color: Curious Blue. HEX triplet: 29, 77 and D1. RGB value is (41,119,209). Sum of RGB (Red+Green+Blue) = 41+119+209=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #2977D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977D1 is #D6882E. Grayscale: #696969. Windows color (decimal): -14059567 or 13727529. OLE color: 13727529.
HSL color Cylindrical-coordinate representation of color #2977D1: hue angle of 212.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2977D1 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 119 | 209 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.18 |
| HSL | 212.14º | 0.67% | 0.49% | - |
| HSV(B) | 212.14º | 0.8% | 0.82% | - |
| XYZ | 19.02 | 18.27 | 62.85 | - |
| YUV | 105.94 | 186.16 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 209 | 0.80 | 0.43 | 0 | 0.18 | 212.14 | 0.67 | 0.49 |
| Hex | 29 | 77 | D1 | 50 | 2B | 0 | 12 | D4 | 43 | 31 |
| Octal | 51 | 167 | 321 | 120 | 53 | 0 | 22 | 324 | 103 | 61 |
| Binary | 101001 | 1110111 | 11010001 | 1010000 | 101011 | 0 | 10010 | 11010100 | 1000011 | 110001 |
Color Harmonies of #2977D1
Complementary color
Monochromatic Colors of #2977D1
Black with #2977D1
Text Example
Text Example
White with #2977D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2977D1; }
p { color: rgb(41,119,209); }
H1.HeaderClassName
{
color: #2977D1;
}
.AnyTagClassName
{
color: #2977D1;
}
</style>
background-color css
<style>
a { background-color: #2977D1; }
a { background-color: rgb(41,119,209); }
div.DivClassName
{
background-color: #2977D1;
}
.BgClassName
{
background-color: #2977D1;
}
</style>
border-color css
<style>
span { border-color: #2977D1; }
span { border-color: rgb(41,119,209); }
td.TdClassName
{
border-color: #2977D1;
}
.TagClassName
{
border-color: #2977D1;
}
</style>