Shades of Pelorous #2299AF
Tints of Pelorous #2299AF
RGB
CMYK
RGB Variations
Color information
#2299AF (or 0x2299AF) is known color: Pelorous. HEX triplet: 22, 99 and AF. RGB value is (34,153,175). Sum of RGB (Red+Green+Blue) = 34+153+175=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #2299AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2299AF is #DD6650. Grayscale: #777777. Windows color (decimal): -14509649 or 11508002. OLE color: 11508002.
HSL color Cylindrical-coordinate representation of color #2299AF: hue angle of 189.36º 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 #2299AF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 153 | 175 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.31 |
| HSL | 189.36º | 0.67% | 0.41% | - |
| HSV(B) | 189.36º | 0.81% | 0.69% | - |
| XYZ | 19.79 | 26.22 | 44.57 | - |
| YUV | 119.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 175 | 0.81 | 0.13 | 0 | 0.31 | 189.36 | 0.67 | 0.41 |
| Hex | 22 | 99 | AF | 51 | D | 0 | 1F | BD | 43 | 29 |
| Octal | 42 | 231 | 257 | 121 | 15 | 0 | 37 | 275 | 103 | 51 |
| Binary | 100010 | 10011001 | 10101111 | 1010001 | 1101 | 0 | 11111 | 10111101 | 1000011 | 101001 |
Color Harmonies of #2299AF
Complementary color
Monochromatic Colors of #2299AF
Black with #2299AF
Text Example
Text Example
White with #2299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2299AF; }
p { color: rgb(34,153,175); }
H1.HeaderClassName
{
color: #2299AF;
}
.AnyTagClassName
{
color: #2299AF;
}
</style>
background-color css
<style>
a { background-color: #2299AF; }
a { background-color: rgb(34,153,175); }
div.DivClassName
{
background-color: #2299AF;
}
.BgClassName
{
background-color: #2299AF;
}
</style>
border-color css
<style>
span { border-color: #2299AF; }
span { border-color: rgb(34,153,175); }
td.TdClassName
{
border-color: #2299AF;
}
.TagClassName
{
border-color: #2299AF;
}
</style>