Shades of Arapawa #255361
Tints of Arapawa #255361
RGB
CMYK
RGB Variations
Color information
#255361 (or 0x255361) is known color: Arapawa. HEX triplet: 25, 53 and 61. RGB value is (37,83,97). Sum of RGB (Red+Green+Blue) = 37+83+97=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #255361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255361 is #DAAC9E. Grayscale: #464646. Windows color (decimal): -14331039 or 6378277. OLE color: 6378277.
HSL color Cylindrical-coordinate representation of color #255361: hue angle of 194º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255361 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 83 | 97 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.62 |
| HSL | 194º | 0.45% | 0.26% | - |
| HSV(B) | 194º | 0.62% | 0.38% | - |
| XYZ | 6.01 | 7.44 | 12.43 | - |
| YUV | 70.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 97 | 0.62 | 0.14 | 0 | 0.62 | 194 | 0.45 | 0.26 |
| Hex | 25 | 53 | 61 | 3E | E | 0 | 3E | C2 | 2D | 1A |
| Octal | 45 | 123 | 141 | 76 | 16 | 0 | 76 | 302 | 55 | 32 |
| Binary | 100101 | 1010011 | 1100001 | 111110 | 1110 | 0 | 111110 | 11000010 | 101101 | 11010 |
Color Harmonies of #255361
Complementary color
Monochromatic Colors of #255361
Black with #255361
Text Example
Text Example
White with #255361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255361; }
p { color: rgb(37,83,97); }
H1.HeaderClassName
{
color: #255361;
}
.AnyTagClassName
{
color: #255361;
}
</style>
background-color css
<style>
a { background-color: #255361; }
a { background-color: rgb(37,83,97); }
div.DivClassName
{
background-color: #255361;
}
.BgClassName
{
background-color: #255361;
}
</style>
border-color css
<style>
span { border-color: #255361; }
span { border-color: rgb(37,83,97); }
td.TdClassName
{
border-color: #255361;
}
.TagClassName
{
border-color: #255361;
}
</style>