Shades of Torea Bay #222E8C
Tints of Torea Bay #222E8C
RGB
CMYK
RGB Variations
Color information
#222E8C (or 0x222E8C) is known color: Torea Bay. HEX triplet: 22, 2E and 8C. RGB value is (34,46,140). Sum of RGB (Red+Green+Blue) = 34+46+140=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #222E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E8C is #DDD173. Grayscale: #343434. Windows color (decimal): -14537076 or 9186850. OLE color: 9186850.
HSL color Cylindrical-coordinate representation of color #222E8C: hue angle of 233.21º 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 #222E8C is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 46 | 140 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.45 |
| HSL | 233.21º | 0.61% | 0.34% | - |
| HSV(B) | 233.21º | 0.76% | 0.55% | - |
| XYZ | 6.37 | 4.19 | 25.28 | - |
| YUV | 53.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 140 | 0.76 | 0.67 | 0 | 0.45 | 233.21 | 0.61 | 0.34 |
| Hex | 22 | 2E | 8C | 4C | 43 | 0 | 2D | E9 | 3D | 22 |
| Octal | 42 | 56 | 214 | 114 | 103 | 0 | 55 | 351 | 75 | 42 |
| Binary | 100010 | 101110 | 10001100 | 1001100 | 1000011 | 0 | 101101 | 11101001 | 111101 | 100010 |
Color Harmonies of #222E8C
Complementary color
Monochromatic Colors of #222E8C
Black with #222E8C
Text Example
Text Example
White with #222E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E8C; }
p { color: rgb(34,46,140); }
H1.HeaderClassName
{
color: #222E8C;
}
.AnyTagClassName
{
color: #222E8C;
}
</style>
background-color css
<style>
a { background-color: #222E8C; }
a { background-color: rgb(34,46,140); }
div.DivClassName
{
background-color: #222E8C;
}
.BgClassName
{
background-color: #222E8C;
}
</style>
border-color css
<style>
span { border-color: #222E8C; }
span { border-color: rgb(34,46,140); }
td.TdClassName
{
border-color: #222E8C;
}
.TagClassName
{
border-color: #222E8C;
}
</style>