Shades of Arapawa #234A6D
Tints of Arapawa #234A6D
RGB
CMYK
RGB Variations
Color information
#234A6D (or 0x234A6D) is known color: Arapawa. HEX triplet: 23, 4A and 6D. RGB value is (35,74,109). Sum of RGB (Red+Green+Blue) = 35+74+109=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #234A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A6D is #DCB592. Grayscale: #424242. Windows color (decimal): -14464403 or 7162403. OLE color: 7162403.
HSL color Cylindrical-coordinate representation of color #234A6D: hue angle of 208.38º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234A6D is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 74 | 109 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.57 |
| HSL | 208.38º | 0.51% | 0.28% | - |
| HSV(B) | 208.38º | 0.68% | 0.43% | - |
| XYZ | 5.9 | 6.36 | 15.38 | - |
| YUV | 66.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 109 | 0.68 | 0.32 | 0 | 0.57 | 208.38 | 0.51 | 0.28 |
| Hex | 23 | 4A | 6D | 44 | 20 | 0 | 39 | D0 | 33 | 1C |
| Octal | 43 | 112 | 155 | 104 | 40 | 0 | 71 | 320 | 63 | 34 |
| Binary | 100011 | 1001010 | 1101101 | 1000100 | 100000 | 0 | 111001 | 11010000 | 110011 | 11100 |
Color Harmonies of #234A6D
Complementary color
Monochromatic Colors of #234A6D
Black with #234A6D
Text Example
Text Example
White with #234A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A6D; }
p { color: rgb(35,74,109); }
H1.HeaderClassName
{
color: #234A6D;
}
.AnyTagClassName
{
color: #234A6D;
}
</style>
background-color css
<style>
a { background-color: #234A6D; }
a { background-color: rgb(35,74,109); }
div.DivClassName
{
background-color: #234A6D;
}
.BgClassName
{
background-color: #234A6D;
}
</style>
border-color css
<style>
span { border-color: #234A6D; }
span { border-color: rgb(35,74,109); }
td.TdClassName
{
border-color: #234A6D;
}
.TagClassName
{
border-color: #234A6D;
}
</style>