Shades of Arapawa #224B64
Tints of Arapawa #224B64
RGB
CMYK
RGB Variations
Color information
#224B64 (or 0x224B64) is known color: Arapawa. HEX triplet: 22, 4B and 64. RGB value is (34,75,100). Sum of RGB (Red+Green+Blue) = 34+75+100=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #224B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B64 is #DDB49B. Grayscale: #414141. Windows color (decimal): -14529692 or 6572834. OLE color: 6572834.
HSL color Cylindrical-coordinate representation of color #224B64: hue angle of 202.73º 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 #224B64 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 75 | 100 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.61 |
| HSL | 202.73º | 0.49% | 0.26% | - |
| HSV(B) | 202.73º | 0.66% | 0.39% | - |
| XYZ | 5.48 | 6.29 | 12.98 | - |
| YUV | 65.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 100 | 0.66 | 0.25 | 0 | 0.61 | 202.73 | 0.49 | 0.26 |
| Hex | 22 | 4B | 64 | 42 | 19 | 0 | 3D | CB | 31 | 1A |
| Octal | 42 | 113 | 144 | 102 | 31 | 0 | 75 | 313 | 61 | 32 |
| Binary | 100010 | 1001011 | 1100100 | 1000010 | 11001 | 0 | 111101 | 11001011 | 110001 | 11010 |
Color Harmonies of #224B64
Complementary color
Monochromatic Colors of #224B64
Black with #224B64
Text Example
Text Example
White with #224B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B64; }
p { color: rgb(34,75,100); }
H1.HeaderClassName
{
color: #224B64;
}
.AnyTagClassName
{
color: #224B64;
}
</style>
background-color css
<style>
a { background-color: #224B64; }
a { background-color: rgb(34,75,100); }
div.DivClassName
{
background-color: #224B64;
}
.BgClassName
{
background-color: #224B64;
}
</style>
border-color css
<style>
span { border-color: #224B64; }
span { border-color: rgb(34,75,100); }
td.TdClassName
{
border-color: #224B64;
}
.TagClassName
{
border-color: #224B64;
}
</style>