Shades of Arapawa #255360
Tints of Arapawa #255360
RGB
CMYK
RGB Variations
Color information
#255360 (or 0x255360) is known color: Arapawa. HEX triplet: 25, 53 and 60. RGB value is (37,83,96). Sum of RGB (Red+Green+Blue) = 37+83+96=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #255360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255360 is #DAAC9F. Grayscale: #464646. Windows color (decimal): -14331040 or 6312741. OLE color: 6312741.
HSL color Cylindrical-coordinate representation of color #255360: hue angle of 193.22º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255360 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 83 | 96 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.62 |
| HSL | 193.22º | 0.44% | 0.26% | - |
| HSV(B) | 193.22º | 0.61% | 0.38% | - |
| XYZ | 5.97 | 7.42 | 12.18 | - |
| YUV | 70.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 96 | 0.61 | 0.14 | 0 | 0.62 | 193.22 | 0.44 | 0.26 |
| Hex | 25 | 53 | 60 | 3D | E | 0 | 3E | C1 | 2C | 1A |
| Octal | 45 | 123 | 140 | 75 | 16 | 0 | 76 | 301 | 54 | 32 |
| Binary | 100101 | 1010011 | 1100000 | 111101 | 1110 | 0 | 111110 | 11000001 | 101100 | 11010 |
Color Harmonies of #255360
Complementary color
Monochromatic Colors of #255360
Black with #255360
Text Example
Text Example
White with #255360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255360; }
p { color: rgb(37,83,96); }
H1.HeaderClassName
{
color: #255360;
}
.AnyTagClassName
{
color: #255360;
}
</style>
background-color css
<style>
a { background-color: #255360; }
a { background-color: rgb(37,83,96); }
div.DivClassName
{
background-color: #255360;
}
.BgClassName
{
background-color: #255360;
}
</style>
border-color css
<style>
span { border-color: #255360; }
span { border-color: rgb(37,83,96); }
td.TdClassName
{
border-color: #255360;
}
.TagClassName
{
border-color: #255360;
}
</style>