Shades of Arapawa #234A5B
Tints of Arapawa #234A5B
RGB
CMYK
RGB Variations
Color information
#234A5B (or 0x234A5B) is known color: Arapawa. HEX triplet: 23, 4A and 5B. RGB value is (35,74,91). Sum of RGB (Red+Green+Blue) = 35+74+91=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #234A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A5B is #DCB5A4. Grayscale: #404040. Windows color (decimal): -14464421 or 5982755. OLE color: 5982755.
HSL color Cylindrical-coordinate representation of color #234A5B: hue angle of 198.21º degrees, saturation: 0.44, 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 #234A5B is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 74 | 91 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.64 |
| HSL | 198.21º | 0.44% | 0.25% | - |
| HSV(B) | 198.21º | 0.62% | 0.36% | - |
| XYZ | 5.03 | 6.01 | 10.79 | - |
| YUV | 64.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 91 | 0.62 | 0.19 | 0 | 0.64 | 198.21 | 0.44 | 0.25 |
| Hex | 23 | 4A | 5B | 3E | 13 | 0 | 40 | C6 | 2C | 19 |
| Octal | 43 | 112 | 133 | 76 | 23 | 0 | 100 | 306 | 54 | 31 |
| Binary | 100011 | 1001010 | 1011011 | 111110 | 10011 | 0 | 1000000 | 11000110 | 101100 | 11001 |
Color Harmonies of #234A5B
Complementary color
Monochromatic Colors of #234A5B
Black with #234A5B
Text Example
Text Example
White with #234A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A5B; }
p { color: rgb(35,74,91); }
H1.HeaderClassName
{
color: #234A5B;
}
.AnyTagClassName
{
color: #234A5B;
}
</style>
background-color css
<style>
a { background-color: #234A5B; }
a { background-color: rgb(35,74,91); }
div.DivClassName
{
background-color: #234A5B;
}
.BgClassName
{
background-color: #234A5B;
}
</style>
border-color css
<style>
span { border-color: #234A5B; }
span { border-color: rgb(35,74,91); }
td.TdClassName
{
border-color: #234A5B;
}
.TagClassName
{
border-color: #234A5B;
}
</style>