Shades of Pelorous #2294AF
Tints of Pelorous #2294AF
RGB
CMYK
RGB Variations
Color information
#2294AF (or 0x2294AF) is known color: Pelorous. HEX triplet: 22, 94 and AF. RGB value is (34,148,175). Sum of RGB (Red+Green+Blue) = 34+148+175=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #2294AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2294AF is #DD6B50. Grayscale: #747474. Windows color (decimal): -14510929 or 11506722. OLE color: 11506722.
HSL color Cylindrical-coordinate representation of color #2294AF: hue angle of 191.49º 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 #2294AF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 148 | 175 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.31 |
| HSL | 191.49º | 0.67% | 0.41% | - |
| HSV(B) | 191.49º | 0.81% | 0.69% | - |
| XYZ | 18.99 | 24.62 | 44.31 | - |
| YUV | 116.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 175 | 0.81 | 0.15 | 0 | 0.31 | 191.49 | 0.67 | 0.41 |
| Hex | 22 | 94 | AF | 51 | F | 0 | 1F | BF | 43 | 29 |
| Octal | 42 | 224 | 257 | 121 | 17 | 0 | 37 | 277 | 103 | 51 |
| Binary | 100010 | 10010100 | 10101111 | 1010001 | 1111 | 0 | 11111 | 10111111 | 1000011 | 101001 |
Color Harmonies of #2294AF
Complementary color
Monochromatic Colors of #2294AF
Black with #2294AF
Text Example
Text Example
White with #2294AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2294AF; }
p { color: rgb(34,148,175); }
H1.HeaderClassName
{
color: #2294AF;
}
.AnyTagClassName
{
color: #2294AF;
}
</style>
background-color css
<style>
a { background-color: #2294AF; }
a { background-color: rgb(34,148,175); }
div.DivClassName
{
background-color: #2294AF;
}
.BgClassName
{
background-color: #2294AF;
}
</style>
border-color css
<style>
span { border-color: #2294AF; }
span { border-color: rgb(34,148,175); }
td.TdClassName
{
border-color: #2294AF;
}
.TagClassName
{
border-color: #2294AF;
}
</style>