Shades of Arapawa #2B4B5D
Tints of Arapawa #2B4B5D
RGB
CMYK
RGB Variations
Color information
#2B4B5D (or 0x2B4B5D) is known color: Arapawa. HEX triplet: 2B, 4B and 5D. RGB value is (43,75,93). Sum of RGB (Red+Green+Blue) = 43+75+93=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B4B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4B5D is #D4B4A2. Grayscale: #434343. Windows color (decimal): -13939875 or 6114091. OLE color: 6114091.
HSL color Cylindrical-coordinate representation of color #2B4B5D: hue angle of 201.6º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B4B5D is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 43 | 75 | 93 | - |
CMYK | 0.54 | 0.19 | 0 | 0.64 |
HSL | 201.6º | 0.37% | 0.27% | - |
HSV(B) | 201.6º | 0.54% | 0.36% | - |
XYZ | 5.49 | 6.34 | 11.29 | - |
YUV | 67.48 | 142.4 | 110.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 75 | 93 | 0.54 | 0.19 | 0 | 0.64 | 201.6 | 0.37 | 0.27 |
Hex | 2B | 4B | 5D | 36 | 13 | 0 | 40 | CA | 25 | 1B |
Octal | 53 | 113 | 135 | 66 | 23 | 0 | 100 | 312 | 45 | 33 |
Binary | 101011 | 1001011 | 1011101 | 110110 | 10011 | 0 | 1000000 | 11001010 | 100101 | 11011 |
Color Harmonies of #2B4B5D
Complementary color
Monochromatic Colors of #2B4B5D
Black with #2B4B5D
Text Example
Text Example
White with #2B4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B5D; }
p { color: rgb(43,75,93); }
H1.HeaderClassName
{
color: #2B4B5D;
}
.AnyTagClassName
{
color: #2B4B5D;
}
</style>
background-color css
<style>
a { background-color: #2B4B5D; }
a { background-color: rgb(43,75,93); }
div.DivClassName
{
background-color: #2B4B5D;
}
.BgClassName
{
background-color: #2B4B5D;
}
</style>
border-color css
<style>
span { border-color: #2B4B5D; }
span { border-color: rgb(43,75,93); }
td.TdClassName
{
border-color: #2B4B5D;
}
.TagClassName
{
border-color: #2B4B5D;
}
</style>