Shades of Pelorous #2283AE
Tints of Pelorous #2283AE
RGB
CMYK
RGB Variations
Color information
#2283AE (or 0x2283AE) is known color: Pelorous. HEX triplet: 22, 83 and AE. RGB value is (34,131,174). Sum of RGB (Red+Green+Blue) = 34+131+174=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #2283AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2283AE is #DD7C51. Grayscale: #6A6A6A. Windows color (decimal): -14515282 or 11436834. OLE color: 11436834.
HSL color Cylindrical-coordinate representation of color #2283AE: hue angle of 198.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2283AE is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 131 | 174 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.32 |
| HSL | 198.43º | 0.67% | 0.41% | - |
| HSV(B) | 198.43º | 0.8% | 0.68% | - |
| XYZ | 16.42 | 19.63 | 42.97 | - |
| YUV | 106.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 174 | 0.80 | 0.25 | 0 | 0.32 | 198.43 | 0.67 | 0.41 |
| Hex | 22 | 83 | AE | 50 | 19 | 0 | 20 | C6 | 43 | 29 |
| Octal | 42 | 203 | 256 | 120 | 31 | 0 | 40 | 306 | 103 | 51 |
| Binary | 100010 | 10000011 | 10101110 | 1010000 | 11001 | 0 | 100000 | 11000110 | 1000011 | 101001 |
Color Harmonies of #2283AE
Complementary color
Monochromatic Colors of #2283AE
Black with #2283AE
Text Example
Text Example
White with #2283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2283AE; }
p { color: rgb(34,131,174); }
H1.HeaderClassName
{
color: #2283AE;
}
.AnyTagClassName
{
color: #2283AE;
}
</style>
background-color css
<style>
a { background-color: #2283AE; }
a { background-color: rgb(34,131,174); }
div.DivClassName
{
background-color: #2283AE;
}
.BgClassName
{
background-color: #2283AE;
}
</style>
border-color css
<style>
span { border-color: #2283AE; }
span { border-color: rgb(34,131,174); }
td.TdClassName
{
border-color: #2283AE;
}
.TagClassName
{
border-color: #2283AE;
}
</style>