Shades of Curious Blue #2985C1
Tints of Curious Blue #2985C1
RGB
CMYK
RGB Variations
Color information
#2985C1 (or 0x2985C1) is known color: Curious Blue. HEX triplet: 29, 85 and C1. RGB value is (41,133,193). Sum of RGB (Red+Green+Blue) = 41+133+193=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #2985C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2985C1 is #D67A3E. Grayscale: #707070. Windows color (decimal): -14055999 or 12682537. OLE color: 12682537.
HSL color Cylindrical-coordinate representation of color #2985C1: hue angle of 203.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2985C1 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 133 | 193 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.24 |
| HSL | 203.68º | 0.65% | 0.46% | - |
| HSV(B) | 203.68º | 0.79% | 0.76% | - |
| XYZ | 18.93 | 21.1 | 53.53 | - |
| YUV | 112.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 193 | 0.79 | 0.31 | 0 | 0.24 | 203.68 | 0.65 | 0.46 |
| Hex | 29 | 85 | C1 | 4F | 1F | 0 | 18 | CC | 41 | 2E |
| Octal | 51 | 205 | 301 | 117 | 37 | 0 | 30 | 314 | 101 | 56 |
| Binary | 101001 | 10000101 | 11000001 | 1001111 | 11111 | 0 | 11000 | 11001100 | 1000001 | 101110 |
Color Harmonies of #2985C1
Complementary color
Monochromatic Colors of #2985C1
Black with #2985C1
Text Example
Text Example
White with #2985C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2985C1; }
p { color: rgb(41,133,193); }
H1.HeaderClassName
{
color: #2985C1;
}
.AnyTagClassName
{
color: #2985C1;
}
</style>
background-color css
<style>
a { background-color: #2985C1; }
a { background-color: rgb(41,133,193); }
div.DivClassName
{
background-color: #2985C1;
}
.BgClassName
{
background-color: #2985C1;
}
</style>
border-color css
<style>
span { border-color: #2985C1; }
span { border-color: rgb(41,133,193); }
td.TdClassName
{
border-color: #2985C1;
}
.TagClassName
{
border-color: #2985C1;
}
</style>