Shades of Pelorous #2095B3
Tints of Pelorous #2095B3
RGB
CMYK
RGB Variations
Color information
#2095B3 (or 0x2095B3) is known color: Pelorous. HEX triplet: 20, 95 and B3. RGB value is (32,149,179). Sum of RGB (Red+Green+Blue) = 32+149+179=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #2095B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2095B3 is #DF6A4C. Grayscale: #757575. Windows color (decimal): -14641741 or 11769120. OLE color: 11769120.
HSL color Cylindrical-coordinate representation of color #2095B3: hue angle of 192.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2095B3 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 149 | 179 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.30 |
| HSL | 192.24º | 0.7% | 0.41% | - |
| HSV(B) | 192.24º | 0.82% | 0.7% | - |
| XYZ | 19.48 | 25.06 | 46.46 | - |
| YUV | 117.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 179 | 0.82 | 0.17 | 0 | 0.30 | 192.24 | 0.7 | 0.41 |
| Hex | 20 | 95 | B3 | 52 | 11 | 0 | 1E | C0 | 46 | 29 |
| Octal | 40 | 225 | 263 | 122 | 21 | 0 | 36 | 300 | 106 | 51 |
| Binary | 100000 | 10010101 | 10110011 | 1010010 | 10001 | 0 | 11110 | 11000000 | 1000110 | 101001 |
Color Harmonies of #2095B3
Complementary color
Monochromatic Colors of #2095B3
Black with #2095B3
Text Example
Text Example
White with #2095B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2095B3; }
p { color: rgb(32,149,179); }
H1.HeaderClassName
{
color: #2095B3;
}
.AnyTagClassName
{
color: #2095B3;
}
</style>
background-color css
<style>
a { background-color: #2095B3; }
a { background-color: rgb(32,149,179); }
div.DivClassName
{
background-color: #2095B3;
}
.BgClassName
{
background-color: #2095B3;
}
</style>
border-color css
<style>
span { border-color: #2095B3; }
span { border-color: rgb(32,149,179); }
td.TdClassName
{
border-color: #2095B3;
}
.TagClassName
{
border-color: #2095B3;
}
</style>