Shades of Arapawa #224B6D
Tints of Arapawa #224B6D
RGB
CMYK
RGB Variations
Color information
#224B6D (or 0x224B6D) is known color: Arapawa. HEX triplet: 22, 4B and 6D. RGB value is (34,75,109). Sum of RGB (Red+Green+Blue) = 34+75+109=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #224B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B6D is #DDB492. Grayscale: #424242. Windows color (decimal): -14529683 or 7162658. OLE color: 7162658.
HSL color Cylindrical-coordinate representation of color #224B6D: hue angle of 207.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224B6D is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 75 | 109 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.57 |
| HSL | 207.2º | 0.52% | 0.28% | - |
| HSV(B) | 207.2º | 0.69% | 0.43% | - |
| XYZ | 5.94 | 6.48 | 15.41 | - |
| YUV | 66.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 109 | 0.69 | 0.31 | 0 | 0.57 | 207.2 | 0.52 | 0.28 |
| Hex | 22 | 4B | 6D | 45 | 1F | 0 | 39 | CF | 34 | 1C |
| Octal | 42 | 113 | 155 | 105 | 37 | 0 | 71 | 317 | 64 | 34 |
| Binary | 100010 | 1001011 | 1101101 | 1000101 | 11111 | 0 | 111001 | 11001111 | 110100 | 11100 |
Color Harmonies of #224B6D
Complementary color
Monochromatic Colors of #224B6D
Black with #224B6D
Text Example
Text Example
White with #224B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B6D; }
p { color: rgb(34,75,109); }
H1.HeaderClassName
{
color: #224B6D;
}
.AnyTagClassName
{
color: #224B6D;
}
</style>
background-color css
<style>
a { background-color: #224B6D; }
a { background-color: rgb(34,75,109); }
div.DivClassName
{
background-color: #224B6D;
}
.BgClassName
{
background-color: #224B6D;
}
</style>
border-color css
<style>
span { border-color: #224B6D; }
span { border-color: rgb(34,75,109); }
td.TdClassName
{
border-color: #224B6D;
}
.TagClassName
{
border-color: #224B6D;
}
</style>