Shades of Pelorous #2896CA
Tints of Pelorous #2896CA
RGB
CMYK
RGB Variations
Color information
#2896CA (or 0x2896CA) is known color: Pelorous. HEX triplet: 28, 96 and CA. RGB value is (40,150,202). Sum of RGB (Red+Green+Blue) = 40+150+202=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #2896CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2896CA is #D76935. Grayscale: #7A7A7A. Windows color (decimal): -14117174 or 13276712. OLE color: 13276712.
HSL color Cylindrical-coordinate representation of color #2896CA: hue angle of 199.26º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2896CA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 150 | 202 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.21 |
| HSL | 199.26º | 0.67% | 0.47% | - |
| HSV(B) | 199.26º | 0.8% | 0.79% | - |
| XYZ | 22.44 | 26.53 | 59.81 | - |
| YUV | 123.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 202 | 0.80 | 0.26 | 0 | 0.21 | 199.26 | 0.67 | 0.47 |
| Hex | 28 | 96 | CA | 50 | 1A | 0 | 15 | C7 | 43 | 2F |
| Octal | 50 | 226 | 312 | 120 | 32 | 0 | 25 | 307 | 103 | 57 |
| Binary | 101000 | 10010110 | 11001010 | 1010000 | 11010 | 0 | 10101 | 11000111 | 1000011 | 101111 |
Color Harmonies of #2896CA
Complementary color
Monochromatic Colors of #2896CA
Black with #2896CA
Text Example
Text Example
White with #2896CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2896CA; }
p { color: rgb(40,150,202); }
H1.HeaderClassName
{
color: #2896CA;
}
.AnyTagClassName
{
color: #2896CA;
}
</style>
background-color css
<style>
a { background-color: #2896CA; }
a { background-color: rgb(40,150,202); }
div.DivClassName
{
background-color: #2896CA;
}
.BgClassName
{
background-color: #2896CA;
}
</style>
border-color css
<style>
span { border-color: #2896CA; }
span { border-color: rgb(40,150,202); }
td.TdClassName
{
border-color: #2896CA;
}
.TagClassName
{
border-color: #2896CA;
}
</style>