Shades of Arapawa #23485D
Tints of Arapawa #23485D
RGB
CMYK
RGB Variations
Color information
#23485D (or 0x23485D) is known color: Arapawa. HEX triplet: 23, 48 and 5D. RGB value is (35,72,93). Sum of RGB (Red+Green+Blue) = 35+72+93=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #23485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23485D is #DCB7A2. Grayscale: #3F3F3F. Windows color (decimal): -14464931 or 6113315. OLE color: 6113315.
HSL color Cylindrical-coordinate representation of color #23485D: hue angle of 201.72º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23485D is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 72 | 93 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.64 |
| HSL | 201.72º | 0.45% | 0.25% | - |
| HSV(B) | 201.72º | 0.62% | 0.36% | - |
| XYZ | 4.99 | 5.78 | 11.21 | - |
| YUV | 63.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 93 | 0.62 | 0.23 | 0 | 0.64 | 201.72 | 0.45 | 0.25 |
| Hex | 23 | 48 | 5D | 3E | 17 | 0 | 40 | CA | 2D | 19 |
| Octal | 43 | 110 | 135 | 76 | 27 | 0 | 100 | 312 | 55 | 31 |
| Binary | 100011 | 1001000 | 1011101 | 111110 | 10111 | 0 | 1000000 | 11001010 | 101101 | 11001 |
Color Harmonies of #23485D
Complementary color
Monochromatic Colors of #23485D
Black with #23485D
Text Example
Text Example
White with #23485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23485D; }
p { color: rgb(35,72,93); }
H1.HeaderClassName
{
color: #23485D;
}
.AnyTagClassName
{
color: #23485D;
}
</style>
background-color css
<style>
a { background-color: #23485D; }
a { background-color: rgb(35,72,93); }
div.DivClassName
{
background-color: #23485D;
}
.BgClassName
{
background-color: #23485D;
}
</style>
border-color css
<style>
span { border-color: #23485D; }
span { border-color: rgb(35,72,93); }
td.TdClassName
{
border-color: #23485D;
}
.TagClassName
{
border-color: #23485D;
}
</style>