Shades of Pelorous #2281B1
Tints of Pelorous #2281B1
RGB
CMYK
RGB Variations
Color information
#2281B1 (or 0x2281B1) is known color: Pelorous. HEX triplet: 22, 81 and B1. RGB value is (34,129,177). Sum of RGB (Red+Green+Blue) = 34+129+177=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #2281B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2281B1 is #DD7E4E. Grayscale: #696969. Windows color (decimal): -14515791 or 11632930. OLE color: 11632930.
HSL color Cylindrical-coordinate representation of color #2281B1: hue angle of 200.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2281B1 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 129 | 177 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.31 |
| HSL | 200.14º | 0.68% | 0.41% | - |
| HSV(B) | 200.14º | 0.81% | 0.69% | - |
| XYZ | 16.45 | 19.21 | 44.44 | - |
| YUV | 106.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 177 | 0.81 | 0.27 | 0 | 0.31 | 200.14 | 0.68 | 0.41 |
| Hex | 22 | 81 | B1 | 51 | 1B | 0 | 1F | C8 | 44 | 29 |
| Octal | 42 | 201 | 261 | 121 | 33 | 0 | 37 | 310 | 104 | 51 |
| Binary | 100010 | 10000001 | 10110001 | 1010001 | 11011 | 0 | 11111 | 11001000 | 1000100 | 101001 |
Color Harmonies of #2281B1
Complementary color
Monochromatic Colors of #2281B1
Black with #2281B1
Text Example
Text Example
White with #2281B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2281B1; }
p { color: rgb(34,129,177); }
H1.HeaderClassName
{
color: #2281B1;
}
.AnyTagClassName
{
color: #2281B1;
}
</style>
background-color css
<style>
a { background-color: #2281B1; }
a { background-color: rgb(34,129,177); }
div.DivClassName
{
background-color: #2281B1;
}
.BgClassName
{
background-color: #2281B1;
}
</style>
border-color css
<style>
span { border-color: #2281B1; }
span { border-color: rgb(34,129,177); }
td.TdClassName
{
border-color: #2281B1;
}
.TagClassName
{
border-color: #2281B1;
}
</style>