Shades of Pelorous #2895CC
Tints of Pelorous #2895CC
RGB
CMYK
RGB Variations
Color information
#2895CC (or 0x2895CC) is known color: Pelorous. HEX triplet: 28, 95 and CC. RGB value is (40,149,204). Sum of RGB (Red+Green+Blue) = 40+149+204=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #2895CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2895CC is #D76A33. Grayscale: #7A7A7A. Windows color (decimal): -14117428 or 13407528. OLE color: 13407528.
HSL color Cylindrical-coordinate representation of color #2895CC: hue angle of 200.12º 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 #2895CC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 149 | 204 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.2 |
| HSL | 200.12º | 0.67% | 0.48% | - |
| HSV(B) | 200.12º | 0.8% | 0.8% | - |
| XYZ | 22.52 | 26.31 | 61.02 | - |
| YUV | 122.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 204 | 0.80 | 0.27 | 0 | 0.2 | 200.12 | 0.67 | 0.48 |
| Hex | 28 | 95 | CC | 50 | 1B | 0 | 14 | C8 | 43 | 30 |
| Octal | 50 | 225 | 314 | 120 | 33 | 0 | 24 | 310 | 103 | 60 |
| Binary | 101000 | 10010101 | 11001100 | 1010000 | 11011 | 0 | 10100 | 11001000 | 1000011 | 110000 |
Color Harmonies of #2895CC
Complementary color
Monochromatic Colors of #2895CC
Black with #2895CC
Text Example
Text Example
White with #2895CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895CC; }
p { color: rgb(40,149,204); }
H1.HeaderClassName
{
color: #2895CC;
}
.AnyTagClassName
{
color: #2895CC;
}
</style>
background-color css
<style>
a { background-color: #2895CC; }
a { background-color: rgb(40,149,204); }
div.DivClassName
{
background-color: #2895CC;
}
.BgClassName
{
background-color: #2895CC;
}
</style>
border-color css
<style>
span { border-color: #2895CC; }
span { border-color: rgb(40,149,204); }
td.TdClassName
{
border-color: #2895CC;
}
.TagClassName
{
border-color: #2895CC;
}
</style>