Shades of Arapawa #224B5D
Tints of Arapawa #224B5D
RGB
CMYK
RGB Variations
Color information
#224B5D (or 0x224B5D) is known color: Arapawa. HEX triplet: 22, 4B and 5D. RGB value is (34,75,93). Sum of RGB (Red+Green+Blue) = 34+75+93=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #224B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B5D is #DDB4A2. Grayscale: #404040. Windows color (decimal): -14529699 or 6114082. OLE color: 6114082.
HSL color Cylindrical-coordinate representation of color #224B5D: hue angle of 198.31º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224B5D is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 75 | 93 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.64 |
| HSL | 198.31º | 0.46% | 0.25% | - |
| HSV(B) | 198.31º | 0.63% | 0.36% | - |
| XYZ | 5.15 | 6.16 | 11.27 | - |
| YUV | 64.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 93 | 0.63 | 0.19 | 0 | 0.64 | 198.31 | 0.46 | 0.25 |
| Hex | 22 | 4B | 5D | 3F | 13 | 0 | 40 | C6 | 2E | 19 |
| Octal | 42 | 113 | 135 | 77 | 23 | 0 | 100 | 306 | 56 | 31 |
| Binary | 100010 | 1001011 | 1011101 | 111111 | 10011 | 0 | 1000000 | 11000110 | 101110 | 11001 |
Color Harmonies of #224B5D
Complementary color
Monochromatic Colors of #224B5D
Black with #224B5D
Text Example
Text Example
White with #224B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B5D; }
p { color: rgb(34,75,93); }
H1.HeaderClassName
{
color: #224B5D;
}
.AnyTagClassName
{
color: #224B5D;
}
</style>
background-color css
<style>
a { background-color: #224B5D; }
a { background-color: rgb(34,75,93); }
div.DivClassName
{
background-color: #224B5D;
}
.BgClassName
{
background-color: #224B5D;
}
</style>
border-color css
<style>
span { border-color: #224B5D; }
span { border-color: rgb(34,75,93); }
td.TdClassName
{
border-color: #224B5D;
}
.TagClassName
{
border-color: #224B5D;
}
</style>