Shades of Curious Blue #2883B3
Tints of Curious Blue #2883B3
RGB
CMYK
RGB Variations
Color information
#2883B3 (or 0x2883B3) is known color: Curious Blue. HEX triplet: 28, 83 and B3. RGB value is (40,131,179). Sum of RGB (Red+Green+Blue) = 40+131+179=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #2883B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2883B3 is #D77C4C. Grayscale: #6C6C6C. Windows color (decimal): -14122061 or 11764520. OLE color: 11764520.
HSL color Cylindrical-coordinate representation of color #2883B3: hue angle of 200.72º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2883B3 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 131 | 179 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.30 |
| HSL | 200.72º | 0.63% | 0.43% | - |
| HSV(B) | 200.72º | 0.78% | 0.7% | - |
| XYZ | 17.13 | 19.94 | 45.59 | - |
| YUV | 109.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 179 | 0.78 | 0.27 | 0 | 0.30 | 200.72 | 0.63 | 0.43 |
| Hex | 28 | 83 | B3 | 4E | 1B | 0 | 1E | C9 | 3F | 2B |
| Octal | 50 | 203 | 263 | 116 | 33 | 0 | 36 | 311 | 77 | 53 |
| Binary | 101000 | 10000011 | 10110011 | 1001110 | 11011 | 0 | 11110 | 11001001 | 111111 | 101011 |
Color Harmonies of #2883B3
Complementary color
Monochromatic Colors of #2883B3
Black with #2883B3
Text Example
Text Example
White with #2883B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883B3; }
p { color: rgb(40,131,179); }
H1.HeaderClassName
{
color: #2883B3;
}
.AnyTagClassName
{
color: #2883B3;
}
</style>
background-color css
<style>
a { background-color: #2883B3; }
a { background-color: rgb(40,131,179); }
div.DivClassName
{
background-color: #2883B3;
}
.BgClassName
{
background-color: #2883B3;
}
</style>
border-color css
<style>
span { border-color: #2883B3; }
span { border-color: rgb(40,131,179); }
td.TdClassName
{
border-color: #2883B3;
}
.TagClassName
{
border-color: #2883B3;
}
</style>