Shades of Torea Bay #212D8B
Tints of Torea Bay #212D8B
RGB
CMYK
RGB Variations
Color information
#212D8B (or 0x212D8B) is known color: Torea Bay. HEX triplet: 21, 2D and 8B. RGB value is (33,45,139). Sum of RGB (Red+Green+Blue) = 33+45+139=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #212D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D8B is #DED274. Grayscale: #333333. Windows color (decimal): -14602869 or 9121057. OLE color: 9121057.
HSL color Cylindrical-coordinate representation of color #212D8B: hue angle of 233.21º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212D8B is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 45 | 139 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.45 |
| HSL | 233.21º | 0.62% | 0.34% | - |
| HSV(B) | 233.21º | 0.76% | 0.55% | - |
| XYZ | 6.23 | 4.06 | 24.88 | - |
| YUV | 52.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 139 | 0.76 | 0.68 | 0 | 0.45 | 233.21 | 0.62 | 0.34 |
| Hex | 21 | 2D | 8B | 4C | 44 | 0 | 2D | E9 | 3E | 22 |
| Octal | 41 | 55 | 213 | 114 | 104 | 0 | 55 | 351 | 76 | 42 |
| Binary | 100001 | 101101 | 10001011 | 1001100 | 1000100 | 0 | 101101 | 11101001 | 111110 | 100010 |
Color Harmonies of #212D8B
Complementary color
Monochromatic Colors of #212D8B
Black with #212D8B
Text Example
Text Example
White with #212D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D8B; }
p { color: rgb(33,45,139); }
H1.HeaderClassName
{
color: #212D8B;
}
.AnyTagClassName
{
color: #212D8B;
}
</style>
background-color css
<style>
a { background-color: #212D8B; }
a { background-color: rgb(33,45,139); }
div.DivClassName
{
background-color: #212D8B;
}
.BgClassName
{
background-color: #212D8B;
}
</style>
border-color css
<style>
span { border-color: #212D8B; }
span { border-color: rgb(33,45,139); }
td.TdClassName
{
border-color: #212D8B;
}
.TagClassName
{
border-color: #212D8B;
}
</style>