Shades of Curious Blue #2977C4
Tints of Curious Blue #2977C4
RGB
CMYK
RGB Variations
Color information
#2977C4 (or 0x2977C4) is known color: Curious Blue. HEX triplet: 29, 77 and C4. RGB value is (41,119,196). Sum of RGB (Red+Green+Blue) = 41+119+196=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 196 (76.95% from 255 or 55.06% from 356); Max value from RGB is 196 - color contains mainly: blue. Hex color #2977C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977C4 is #D6883B. Grayscale: #686868. Windows color (decimal): -14059580 or 12875561. OLE color: 12875561.
HSL color Cylindrical-coordinate representation of color #2977C4: hue angle of 209.81º 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 #2977C4 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 119 | 196 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.23 |
| HSL | 209.81º | 0.65% | 0.46% | - |
| HSV(B) | 209.81º | 0.79% | 0.77% | - |
| XYZ | 17.48 | 17.65 | 54.71 | - |
| YUV | 104.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 196 | 0.79 | 0.39 | 0 | 0.23 | 209.81 | 0.65 | 0.46 |
| Hex | 29 | 77 | C4 | 4F | 27 | 0 | 17 | D2 | 41 | 2E |
| Octal | 51 | 167 | 304 | 117 | 47 | 0 | 27 | 322 | 101 | 56 |
| Binary | 101001 | 1110111 | 11000100 | 1001111 | 100111 | 0 | 10111 | 11010010 | 1000001 | 101110 |
Color Harmonies of #2977C4
Complementary color
Monochromatic Colors of #2977C4
Black with #2977C4
Text Example
Text Example
White with #2977C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2977C4; }
p { color: rgb(41,119,196); }
H1.HeaderClassName
{
color: #2977C4;
}
.AnyTagClassName
{
color: #2977C4;
}
</style>
background-color css
<style>
a { background-color: #2977C4; }
a { background-color: rgb(41,119,196); }
div.DivClassName
{
background-color: #2977C4;
}
.BgClassName
{
background-color: #2977C4;
}
</style>
border-color css
<style>
span { border-color: #2977C4; }
span { border-color: rgb(41,119,196); }
td.TdClassName
{
border-color: #2977C4;
}
.TagClassName
{
border-color: #2977C4;
}
</style>