Shades of Pelorous #2295AF
Tints of Pelorous #2295AF
RGB
CMYK
RGB Variations
Color information
#2295AF (or 0x2295AF) is known color: Pelorous. HEX triplet: 22, 95 and AF. RGB value is (34,149,175). Sum of RGB (Red+Green+Blue) = 34+149+175=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #2295AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2295AF is #DD6A50. Grayscale: #757575. Windows color (decimal): -14510673 or 11506978. OLE color: 11506978.
HSL color Cylindrical-coordinate representation of color #2295AF: hue angle of 191.06º 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 #2295AF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 149 | 175 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.31 |
| HSL | 191.06º | 0.67% | 0.41% | - |
| HSV(B) | 191.06º | 0.81% | 0.69% | - |
| XYZ | 19.15 | 24.93 | 44.36 | - |
| YUV | 117.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 175 | 0.81 | 0.15 | 0 | 0.31 | 191.06 | 0.67 | 0.41 |
| Hex | 22 | 95 | AF | 51 | F | 0 | 1F | BF | 43 | 29 |
| Octal | 42 | 225 | 257 | 121 | 17 | 0 | 37 | 277 | 103 | 51 |
| Binary | 100010 | 10010101 | 10101111 | 1010001 | 1111 | 0 | 11111 | 10111111 | 1000011 | 101001 |
Color Harmonies of #2295AF
Complementary color
Monochromatic Colors of #2295AF
Black with #2295AF
Text Example
Text Example
White with #2295AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2295AF; }
p { color: rgb(34,149,175); }
H1.HeaderClassName
{
color: #2295AF;
}
.AnyTagClassName
{
color: #2295AF;
}
</style>
background-color css
<style>
a { background-color: #2295AF; }
a { background-color: rgb(34,149,175); }
div.DivClassName
{
background-color: #2295AF;
}
.BgClassName
{
background-color: #2295AF;
}
</style>
border-color css
<style>
span { border-color: #2295AF; }
span { border-color: rgb(34,149,175); }
td.TdClassName
{
border-color: #2295AF;
}
.TagClassName
{
border-color: #2295AF;
}
</style>