Shades of Pelorous #2292AF
Tints of Pelorous #2292AF
RGB
CMYK
RGB Variations
Color information
#2292AF (or 0x2292AF) is known color: Pelorous. HEX triplet: 22, 92 and AF. RGB value is (34,146,175). Sum of RGB (Red+Green+Blue) = 34+146+175=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #2292AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2292AF is #DD6D50. Grayscale: #737373. Windows color (decimal): -14511441 or 11506210. OLE color: 11506210.
HSL color Cylindrical-coordinate representation of color #2292AF: hue angle of 192.34º degrees, saturation: 0.67, 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 #2292AF is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 146 | 175 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.31 |
| HSL | 192.34º | 0.67% | 0.41% | - |
| HSV(B) | 192.34º | 0.81% | 0.69% | - |
| XYZ | 18.68 | 23.99 | 44.2 | - |
| YUV | 115.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 175 | 0.81 | 0.17 | 0 | 0.31 | 192.34 | 0.67 | 0.41 |
| Hex | 22 | 92 | AF | 51 | 11 | 0 | 1F | C0 | 43 | 29 |
| Octal | 42 | 222 | 257 | 121 | 21 | 0 | 37 | 300 | 103 | 51 |
| Binary | 100010 | 10010010 | 10101111 | 1010001 | 10001 | 0 | 11111 | 11000000 | 1000011 | 101001 |
Color Harmonies of #2292AF
Complementary color
Monochromatic Colors of #2292AF
Black with #2292AF
Text Example
Text Example
White with #2292AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2292AF; }
p { color: rgb(34,146,175); }
H1.HeaderClassName
{
color: #2292AF;
}
.AnyTagClassName
{
color: #2292AF;
}
</style>
background-color css
<style>
a { background-color: #2292AF; }
a { background-color: rgb(34,146,175); }
div.DivClassName
{
background-color: #2292AF;
}
.BgClassName
{
background-color: #2292AF;
}
</style>
border-color css
<style>
span { border-color: #2292AF; }
span { border-color: rgb(34,146,175); }
td.TdClassName
{
border-color: #2292AF;
}
.TagClassName
{
border-color: #2292AF;
}
</style>