Shades of Curious Blue #2883CC
Tints of Curious Blue #2883CC
RGB
CMYK
RGB Variations
Color information
#2883CC (or 0x2883CC) is known color: Curious Blue. HEX triplet: 28, 83 and CC. RGB value is (40,131,204). Sum of RGB (Red+Green+Blue) = 40+131+204=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #2883CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2883CC is #D77C33. Grayscale: #6F6F6F. Windows color (decimal): -14122036 or 13402920. OLE color: 13402920.
HSL color Cylindrical-coordinate representation of color #2883CC: hue angle of 206.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2883CC is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 131 | 204 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.2 |
| HSL | 206.71º | 0.67% | 0.48% | - |
| HSV(B) | 206.71º | 0.8% | 0.8% | - |
| XYZ | 19.89 | 21.04 | 60.14 | - |
| YUV | 112.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 204 | 0.80 | 0.36 | 0 | 0.2 | 206.71 | 0.67 | 0.48 |
| Hex | 28 | 83 | CC | 50 | 24 | 0 | 14 | CF | 43 | 30 |
| Octal | 50 | 203 | 314 | 120 | 44 | 0 | 24 | 317 | 103 | 60 |
| Binary | 101000 | 10000011 | 11001100 | 1010000 | 100100 | 0 | 10100 | 11001111 | 1000011 | 110000 |
Color Harmonies of #2883CC
Complementary color
Monochromatic Colors of #2883CC
Black with #2883CC
Text Example
Text Example
White with #2883CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883CC; }
p { color: rgb(40,131,204); }
H1.HeaderClassName
{
color: #2883CC;
}
.AnyTagClassName
{
color: #2883CC;
}
</style>
background-color css
<style>
a { background-color: #2883CC; }
a { background-color: rgb(40,131,204); }
div.DivClassName
{
background-color: #2883CC;
}
.BgClassName
{
background-color: #2883CC;
}
</style>
border-color css
<style>
span { border-color: #2883CC; }
span { border-color: rgb(40,131,204); }
td.TdClassName
{
border-color: #2883CC;
}
.TagClassName
{
border-color: #2883CC;
}
</style>