Shades of Pelorous #2195CB
Tints of Pelorous #2195CB
RGB
CMYK
RGB Variations
Color information
#2195CB (or 0x2195CB) is known color: Pelorous. HEX triplet: 21, 95 and CB. RGB value is (33,149,203). Sum of RGB (Red+Green+Blue) = 33+149+203=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #2195CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195CB is #DE6A34. Grayscale: #787878. Windows color (decimal): -14576181 or 13341985. OLE color: 13341985.
HSL color Cylindrical-coordinate representation of color #2195CB: hue angle of 199.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2195CB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 149 | 203 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.20 |
| HSL | 199.06º | 0.72% | 0.46% | - |
| HSV(B) | 199.06º | 0.84% | 0.8% | - |
| XYZ | 22.15 | 26.13 | 60.38 | - |
| YUV | 120.47 | 174.57 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 203 | 0.84 | 0.27 | 0 | 0.20 | 199.06 | 0.72 | 0.46 |
| Hex | 21 | 95 | CB | 54 | 1B | 0 | 14 | C7 | 48 | 2E |
| Octal | 41 | 225 | 313 | 124 | 33 | 0 | 24 | 307 | 110 | 56 |
| Binary | 100001 | 10010101 | 11001011 | 1010100 | 11011 | 0 | 10100 | 11000111 | 1001000 | 101110 |
Color Harmonies of #2195CB
Complementary color
Monochromatic Colors of #2195CB
Black with #2195CB
Text Example
Text Example
White with #2195CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2195CB; }
p { color: rgb(33,149,203); }
H1.HeaderClassName
{
color: #2195CB;
}
.AnyTagClassName
{
color: #2195CB;
}
</style>
background-color css
<style>
a { background-color: #2195CB; }
a { background-color: rgb(33,149,203); }
div.DivClassName
{
background-color: #2195CB;
}
.BgClassName
{
background-color: #2195CB;
}
</style>
border-color css
<style>
span { border-color: #2195CB; }
span { border-color: rgb(33,149,203); }
td.TdClassName
{
border-color: #2195CB;
}
.TagClassName
{
border-color: #2195CB;
}
</style>