Shades of Pelorous #2297B1
Tints of Pelorous #2297B1
RGB
CMYK
RGB Variations
Color information
#2297B1 (or 0x2297B1) is known color: Pelorous. HEX triplet: 22, 97 and B1. RGB value is (34,151,177). Sum of RGB (Red+Green+Blue) = 34+151+177=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #2297B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2297B1 is #DD684E. Grayscale: #767676. Windows color (decimal): -14510159 or 11638562. OLE color: 11638562.
HSL color Cylindrical-coordinate representation of color #2297B1: hue angle of 190.91º 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 #2297B1 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 151 | 177 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.31 |
| HSL | 190.91º | 0.68% | 0.41% | - |
| HSV(B) | 190.91º | 0.81% | 0.69% | - |
| XYZ | 19.66 | 25.65 | 45.51 | - |
| YUV | 118.98 | 160.74 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 177 | 0.81 | 0.15 | 0 | 0.31 | 190.91 | 0.68 | 0.41 |
| Hex | 22 | 97 | B1 | 51 | F | 0 | 1F | BF | 44 | 29 |
| Octal | 42 | 227 | 261 | 121 | 17 | 0 | 37 | 277 | 104 | 51 |
| Binary | 100010 | 10010111 | 10110001 | 1010001 | 1111 | 0 | 11111 | 10111111 | 1000100 | 101001 |
Color Harmonies of #2297B1
Complementary color
Monochromatic Colors of #2297B1
Black with #2297B1
Text Example
Text Example
White with #2297B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2297B1; }
p { color: rgb(34,151,177); }
H1.HeaderClassName
{
color: #2297B1;
}
.AnyTagClassName
{
color: #2297B1;
}
</style>
background-color css
<style>
a { background-color: #2297B1; }
a { background-color: rgb(34,151,177); }
div.DivClassName
{
background-color: #2297B1;
}
.BgClassName
{
background-color: #2297B1;
}
</style>
border-color css
<style>
span { border-color: #2297B1; }
span { border-color: rgb(34,151,177); }
td.TdClassName
{
border-color: #2297B1;
}
.TagClassName
{
border-color: #2297B1;
}
</style>