Shades of Arapawa #255366
Tints of Arapawa #255366
RGB
CMYK
RGB Variations
Color information
#255366 (or 0x255366) is known color: Arapawa. HEX triplet: 25, 53 and 66. RGB value is (37,83,102). Sum of RGB (Red+Green+Blue) = 37+83+102=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #255366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255366 is #DAAC99. Grayscale: #474747. Windows color (decimal): -14331034 or 6705957. OLE color: 6705957.
HSL color Cylindrical-coordinate representation of color #255366: hue angle of 197.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255366 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 83 | 102 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.6 |
| HSL | 197.54º | 0.47% | 0.27% | - |
| HSV(B) | 197.54º | 0.64% | 0.4% | - |
| XYZ | 6.25 | 7.54 | 13.7 | - |
| YUV | 71.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 102 | 0.64 | 0.19 | 0 | 0.6 | 197.54 | 0.47 | 0.27 |
| Hex | 25 | 53 | 66 | 40 | 13 | 0 | 3C | C6 | 2F | 1B |
| Octal | 45 | 123 | 146 | 100 | 23 | 0 | 74 | 306 | 57 | 33 |
| Binary | 100101 | 1010011 | 1100110 | 1000000 | 10011 | 0 | 111100 | 11000110 | 101111 | 11011 |
Color Harmonies of #255366
Complementary color
Monochromatic Colors of #255366
Black with #255366
Text Example
Text Example
White with #255366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255366; }
p { color: rgb(37,83,102); }
H1.HeaderClassName
{
color: #255366;
}
.AnyTagClassName
{
color: #255366;
}
</style>
background-color css
<style>
a { background-color: #255366; }
a { background-color: rgb(37,83,102); }
div.DivClassName
{
background-color: #255366;
}
.BgClassName
{
background-color: #255366;
}
</style>
border-color css
<style>
span { border-color: #255366; }
span { border-color: rgb(37,83,102); }
td.TdClassName
{
border-color: #255366;
}
.TagClassName
{
border-color: #255366;
}
</style>