Shades of Arapawa #245069
Tints of Arapawa #245069
RGB
CMYK
RGB Variations
Color information
#245069 (or 0x245069) is known color: Arapawa. HEX triplet: 24, 50 and 69. RGB value is (36,80,105). Sum of RGB (Red+Green+Blue) = 36+80+105=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #245069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245069 is #DBAF96. Grayscale: #454545. Windows color (decimal): -14397335 or 6901796. OLE color: 6901796.
HSL color Cylindrical-coordinate representation of color #245069: hue angle of 201.74º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245069 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 80 | 105 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.59 |
| HSL | 201.74º | 0.49% | 0.28% | - |
| HSV(B) | 201.74º | 0.66% | 0.41% | - |
| XYZ | 6.15 | 7.13 | 14.42 | - |
| YUV | 69.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 105 | 0.66 | 0.24 | 0 | 0.59 | 201.74 | 0.49 | 0.28 |
| Hex | 24 | 50 | 69 | 42 | 18 | 0 | 3B | CA | 31 | 1C |
| Octal | 44 | 120 | 151 | 102 | 30 | 0 | 73 | 312 | 61 | 34 |
| Binary | 100100 | 1010000 | 1101001 | 1000010 | 11000 | 0 | 111011 | 11001010 | 110001 | 11100 |
Color Harmonies of #245069
Complementary color
Monochromatic Colors of #245069
Black with #245069
Text Example
Text Example
White with #245069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245069; }
p { color: rgb(36,80,105); }
H1.HeaderClassName
{
color: #245069;
}
.AnyTagClassName
{
color: #245069;
}
</style>
background-color css
<style>
a { background-color: #245069; }
a { background-color: rgb(36,80,105); }
div.DivClassName
{
background-color: #245069;
}
.BgClassName
{
background-color: #245069;
}
</style>
border-color css
<style>
span { border-color: #245069; }
span { border-color: rgb(36,80,105); }
td.TdClassName
{
border-color: #245069;
}
.TagClassName
{
border-color: #245069;
}
</style>