Shades of Arapawa #225363
Tints of Arapawa #225363
RGB
CMYK
RGB Variations
Color information
#225363 (or 0x225363) is known color: Arapawa. HEX triplet: 22, 53 and 63. RGB value is (34,83,99). Sum of RGB (Red+Green+Blue) = 34+83+99=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #225363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225363 is #DDAC9C. Grayscale: #464646. Windows color (decimal): -14527645 or 6509346. OLE color: 6509346.
HSL color Cylindrical-coordinate representation of color #225363: hue angle of 194.77º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225363 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 83 | 99 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.61 |
| HSL | 194.77º | 0.49% | 0.26% | - |
| HSV(B) | 194.77º | 0.66% | 0.39% | - |
| XYZ | 6.01 | 7.43 | 12.92 | - |
| YUV | 70.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 99 | 0.66 | 0.16 | 0 | 0.61 | 194.77 | 0.49 | 0.26 |
| Hex | 22 | 53 | 63 | 42 | 10 | 0 | 3D | C3 | 31 | 1A |
| Octal | 42 | 123 | 143 | 102 | 20 | 0 | 75 | 303 | 61 | 32 |
| Binary | 100010 | 1010011 | 1100011 | 1000010 | 10000 | 0 | 111101 | 11000011 | 110001 | 11010 |
Color Harmonies of #225363
Complementary color
Monochromatic Colors of #225363
Black with #225363
Text Example
Text Example
White with #225363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225363; }
p { color: rgb(34,83,99); }
H1.HeaderClassName
{
color: #225363;
}
.AnyTagClassName
{
color: #225363;
}
</style>
background-color css
<style>
a { background-color: #225363; }
a { background-color: rgb(34,83,99); }
div.DivClassName
{
background-color: #225363;
}
.BgClassName
{
background-color: #225363;
}
</style>
border-color css
<style>
span { border-color: #225363; }
span { border-color: rgb(34,83,99); }
td.TdClassName
{
border-color: #225363;
}
.TagClassName
{
border-color: #225363;
}
</style>