Shades of Pelorous #2195BB
Tints of Pelorous #2195BB
RGB
CMYK
RGB Variations
Color information
#2195BB (or 0x2195BB) is known color: Pelorous. HEX triplet: 21, 95 and BB. RGB value is (33,149,187). Sum of RGB (Red+Green+Blue) = 33+149+187=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #2195BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195BB is #DE6A44. Grayscale: #767676. Windows color (decimal): -14576197 or 12293409. OLE color: 12293409.
HSL color Cylindrical-coordinate representation of color #2195BB: hue angle of 194.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2195BB is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 149 | 187 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.27 |
| HSL | 194.81º | 0.7% | 0.43% | - |
| HSV(B) | 194.81º | 0.82% | 0.73% | - |
| XYZ | 20.34 | 25.41 | 50.85 | - |
| YUV | 118.65 | 166.57 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 187 | 0.82 | 0.20 | 0 | 0.27 | 194.81 | 0.7 | 0.43 |
| Hex | 21 | 95 | BB | 52 | 14 | 0 | 1B | C3 | 46 | 2B |
| Octal | 41 | 225 | 273 | 122 | 24 | 0 | 33 | 303 | 106 | 53 |
| Binary | 100001 | 10010101 | 10111011 | 1010010 | 10100 | 0 | 11011 | 11000011 | 1000110 | 101011 |
Color Harmonies of #2195BB
Complementary color
Monochromatic Colors of #2195BB
Black with #2195BB
Text Example
Text Example
White with #2195BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2195BB; }
p { color: rgb(33,149,187); }
H1.HeaderClassName
{
color: #2195BB;
}
.AnyTagClassName
{
color: #2195BB;
}
</style>
background-color css
<style>
a { background-color: #2195BB; }
a { background-color: rgb(33,149,187); }
div.DivClassName
{
background-color: #2195BB;
}
.BgClassName
{
background-color: #2195BB;
}
</style>
border-color css
<style>
span { border-color: #2195BB; }
span { border-color: rgb(33,149,187); }
td.TdClassName
{
border-color: #2195BB;
}
.TagClassName
{
border-color: #2195BB;
}
</style>