Shades of Arapawa #224B65
Tints of Arapawa #224B65
RGB
CMYK
RGB Variations
Color information
#224B65 (or 0x224B65) is known color: Arapawa. HEX triplet: 22, 4B and 65. RGB value is (34,75,101). Sum of RGB (Red+Green+Blue) = 34+75+101=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #224B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B65 is #DDB49A. Grayscale: #414141. Windows color (decimal): -14529691 or 6638370. OLE color: 6638370.
HSL color Cylindrical-coordinate representation of color #224B65: hue angle of 203.28º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224B65 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 75 | 101 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.60 |
| HSL | 203.28º | 0.5% | 0.26% | - |
| HSV(B) | 203.28º | 0.66% | 0.4% | - |
| XYZ | 5.52 | 6.31 | 13.24 | - |
| YUV | 65.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 101 | 0.66 | 0.26 | 0 | 0.60 | 203.28 | 0.5 | 0.26 |
| Hex | 22 | 4B | 65 | 42 | 1A | 0 | 3C | CB | 32 | 1A |
| Octal | 42 | 113 | 145 | 102 | 32 | 0 | 74 | 313 | 62 | 32 |
| Binary | 100010 | 1001011 | 1100101 | 1000010 | 11010 | 0 | 111100 | 11001011 | 110010 | 11010 |
Color Harmonies of #224B65
Complementary color
Monochromatic Colors of #224B65
Black with #224B65
Text Example
Text Example
White with #224B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B65; }
p { color: rgb(34,75,101); }
H1.HeaderClassName
{
color: #224B65;
}
.AnyTagClassName
{
color: #224B65;
}
</style>
background-color css
<style>
a { background-color: #224B65; }
a { background-color: rgb(34,75,101); }
div.DivClassName
{
background-color: #224B65;
}
.BgClassName
{
background-color: #224B65;
}
</style>
border-color css
<style>
span { border-color: #224B65; }
span { border-color: rgb(34,75,101); }
td.TdClassName
{
border-color: #224B65;
}
.TagClassName
{
border-color: #224B65;
}
</style>