Shades of Arapawa #234B5D
Tints of Arapawa #234B5D
RGB
CMYK
RGB Variations
Color information
#234B5D (or 0x234B5D) is known color: Arapawa. HEX triplet: 23, 4B and 5D. RGB value is (35,75,93). Sum of RGB (Red+Green+Blue) = 35+75+93=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #234B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B5D is #DCB4A2. Grayscale: #404040. Windows color (decimal): -14464163 or 6114083. OLE color: 6114083.
HSL color Cylindrical-coordinate representation of color #234B5D: hue angle of 198.62º 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 #234B5D is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 35 | 75 | 93 | - |
CMYK | 0.62 | 0.19 | 0 | 0.64 |
HSL | 198.62º | 0.45% | 0.25% | - |
HSV(B) | 198.62º | 0.62% | 0.36% | - |
XYZ | 5.18 | 6.18 | 11.28 | - |
YUV | 65.09 | 143.75 | 106.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 75 | 93 | 0.62 | 0.19 | 0 | 0.64 | 198.62 | 0.45 | 0.25 |
Hex | 23 | 4B | 5D | 3E | 13 | 0 | 40 | C7 | 2D | 19 |
Octal | 43 | 113 | 135 | 76 | 23 | 0 | 100 | 307 | 55 | 31 |
Binary | 100011 | 1001011 | 1011101 | 111110 | 10011 | 0 | 1000000 | 11000111 | 101101 | 11001 |
Color Harmonies of #234B5D
Complementary color
Monochromatic Colors of #234B5D
Black with #234B5D
Text Example
Text Example
White with #234B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B5D; }
p { color: rgb(35,75,93); }
H1.HeaderClassName
{
color: #234B5D;
}
.AnyTagClassName
{
color: #234B5D;
}
</style>
background-color css
<style>
a { background-color: #234B5D; }
a { background-color: rgb(35,75,93); }
div.DivClassName
{
background-color: #234B5D;
}
.BgClassName
{
background-color: #234B5D;
}
</style>
border-color css
<style>
span { border-color: #234B5D; }
span { border-color: rgb(35,75,93); }
td.TdClassName
{
border-color: #234B5D;
}
.TagClassName
{
border-color: #234B5D;
}
</style>