Shades of Curious Blue #2883C5
Tints of Curious Blue #2883C5
RGB
CMYK
RGB Variations
Color information
#2883C5 (or 0x2883C5) is known color: Curious Blue. HEX triplet: 28, 83 and C5. RGB value is (40,131,197). Sum of RGB (Red+Green+Blue) = 40+131+197=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #2883C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2883C5 is #D77C3A. Grayscale: #6E6E6E. Windows color (decimal): -14122043 or 12944168. OLE color: 12944168.
HSL color Cylindrical-coordinate representation of color #2883C5: hue angle of 205.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2883C5 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 131 | 197 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.23 |
| HSL | 205.22º | 0.66% | 0.46% | - |
| HSV(B) | 205.22º | 0.8% | 0.77% | - |
| XYZ | 19.07 | 20.71 | 55.82 | - |
| YUV | 111.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 197 | 0.80 | 0.34 | 0 | 0.23 | 205.22 | 0.66 | 0.46 |
| Hex | 28 | 83 | C5 | 50 | 22 | 0 | 17 | CD | 42 | 2E |
| Octal | 50 | 203 | 305 | 120 | 42 | 0 | 27 | 315 | 102 | 56 |
| Binary | 101000 | 10000011 | 11000101 | 1010000 | 100010 | 0 | 10111 | 11001101 | 1000010 | 101110 |
Color Harmonies of #2883C5
Complementary color
Monochromatic Colors of #2883C5
Black with #2883C5
Text Example
Text Example
White with #2883C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883C5; }
p { color: rgb(40,131,197); }
H1.HeaderClassName
{
color: #2883C5;
}
.AnyTagClassName
{
color: #2883C5;
}
</style>
background-color css
<style>
a { background-color: #2883C5; }
a { background-color: rgb(40,131,197); }
div.DivClassName
{
background-color: #2883C5;
}
.BgClassName
{
background-color: #2883C5;
}
</style>
border-color css
<style>
span { border-color: #2883C5; }
span { border-color: rgb(40,131,197); }
td.TdClassName
{
border-color: #2883C5;
}
.TagClassName
{
border-color: #2883C5;
}
</style>