Shades of Torea Bay #222B8C
Tints of Torea Bay #222B8C
RGB
CMYK
RGB Variations
Color information
#222B8C (or 0x222B8C) is known color: Torea Bay. HEX triplet: 22, 2B and 8C. RGB value is (34,43,140). Sum of RGB (Red+Green+Blue) = 34+43+140=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #222B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B8C is #DDD473. Grayscale: #323232. Windows color (decimal): -14537844 or 9186082. OLE color: 9186082.
HSL color Cylindrical-coordinate representation of color #222B8C: hue angle of 234.91º degrees, saturation: 0.61, 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 #222B8C is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 43 | 140 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.45 |
| HSL | 234.91º | 0.61% | 0.34% | - |
| HSV(B) | 234.91º | 0.76% | 0.55% | - |
| XYZ | 6.26 | 3.96 | 25.25 | - |
| YUV | 51.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 140 | 0.76 | 0.69 | 0 | 0.45 | 234.91 | 0.61 | 0.34 |
| Hex | 22 | 2B | 8C | 4C | 45 | 0 | 2D | EB | 3D | 22 |
| Octal | 42 | 53 | 214 | 114 | 105 | 0 | 55 | 353 | 75 | 42 |
| Binary | 100010 | 101011 | 10001100 | 1001100 | 1000101 | 0 | 101101 | 11101011 | 111101 | 100010 |
Color Harmonies of #222B8C
Complementary color
Monochromatic Colors of #222B8C
Black with #222B8C
Text Example
Text Example
White with #222B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B8C; }
p { color: rgb(34,43,140); }
H1.HeaderClassName
{
color: #222B8C;
}
.AnyTagClassName
{
color: #222B8C;
}
</style>
background-color css
<style>
a { background-color: #222B8C; }
a { background-color: rgb(34,43,140); }
div.DivClassName
{
background-color: #222B8C;
}
.BgClassName
{
background-color: #222B8C;
}
</style>
border-color css
<style>
span { border-color: #222B8C; }
span { border-color: rgb(34,43,140); }
td.TdClassName
{
border-color: #222B8C;
}
.TagClassName
{
border-color: #222B8C;
}
</style>